diff host/stop.sh @ 2129:6a2383baecb6

integrate into system nginx
author Violet7
date Fri, 16 Jan 2026 15:30:49 -0800
parents 1f4c590bf0ae
children
line wrap: on
line diff
--- a/host/stop.sh	Thu Jan 15 21:30:07 2026 -0800
+++ b/host/stop.sh	Fri Jan 16 15:30:49 2026 -0800
@@ -30,5 +30,5 @@
     echo "no running app found";
 fi;
 
-sudo $(which nginx) -s stop -c $(pwd)/local/nginx.conf;
+./stop_nginx.sh;
 exit 0;