changeset 2097:c1594d23d45b ssltesting

fix
author Violet7
date Mon, 15 Dec 2025 19:44:28 -0800
parents c5b2b0bb841e
children 0d247a84c26d
files host/update.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/host/update.sh	Mon Dec 15 19:28:17 2025 -0800
+++ b/host/update.sh	Mon Dec 15 19:44:28 2025 -0800
@@ -31,7 +31,7 @@
 # and this breaks sites when the luan/host directory is moved
 for conf in sites/*/nginx.ssl.conf; do
 	domain=$(basename $(dirname "$conf"))
-	luan startup/nginx/nginx.ssl.conf.luan $here $domain >$conf
+	luan startup/nginx/nginx.ssl.conf.luan $SCRIPT_DIR $domain >$conf
 done
 
 echo Starting...