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;;