From 7adeb8a4da60cf1c6caf7e9ff92bb656cc390fe9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Dec 2023 15:02:05 -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 1d4fae10..0764a986 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1135,7 +1135,7 @@ GUI(){ # ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile} # echo "Done" done - SERVICE_MGMT nginx restart + # SERVICE_MGMT nginx restart ;; gui) GUI;;