From a49f5249e30b4f9f1da8172d008e46eb0e8c41e4 Mon Sep 17 00:00:00 2001 From: John Lombardo Date: Tue, 28 Apr 2026 17:31:30 +0800 Subject: [PATCH] fix: restart nginx after ESPConnect config --- install/espconnect-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/espconnect-install.sh b/install/espconnect-install.sh index 54e0657b..371c0d9e 100644 --- a/install/espconnect-install.sh +++ b/install/espconnect-install.sh @@ -55,7 +55,8 @@ EOF ln -sf /etc/nginx/sites-available/espconnect /etc/nginx/sites-enabled/espconnect rm -f /etc/nginx/sites-enabled/default $STD nginx -t -systemctl enable -q --now nginx +systemctl enable -q nginx +systemctl restart nginx msg_ok "Configured Nginx" motd_ssh