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