From eb79c1de53d8134d63110630e36c93db18070057 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Dec 2023 15:03:42 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5e8f8932..a5d6359b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1134,7 +1134,7 @@ GUI(){ ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile/.conf/} echo "Done" done - # SERVICE_MGMT nginx restart + SERVICE_MGMT nginx restart ;; gui) GUI;;