comparison host/update.sh @ 2097:c1594d23d45b ssltesting

fix
author Violet7
date Mon, 15 Dec 2025 19:44:28 -0800
parents c5b2b0bb841e
children 41b8b2cbbdf8
comparison
equal deleted inserted replaced
2096:c5b2b0bb841e 2097:c1594d23d45b
29 29
30 # this is done because the nginx conf uses absolute paths 30 # this is done because the nginx conf uses absolute paths
31 # and this breaks sites when the luan/host directory is moved 31 # and this breaks sites when the luan/host directory is moved
32 for conf in sites/*/nginx.ssl.conf; do 32 for conf in sites/*/nginx.ssl.conf; do
33 domain=$(basename $(dirname "$conf")) 33 domain=$(basename $(dirname "$conf"))
34 luan startup/nginx/nginx.ssl.conf.luan $here $domain >$conf 34 luan startup/nginx/nginx.ssl.conf.luan $SCRIPT_DIR $domain >$conf
35 done 35 done
36 36
37 echo Starting... 37 echo Starting...
38 ./start.sh 38 ./start.sh