diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2ea702fa..f52dee49 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1565,11 +1565,11 @@ GUI(){ ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile} echo "Done" done - if [[ "${RUN_NODE_IP}" != "10.6.1"* ]]; then + # if [[ "${RUN_NODE_IP}" != "10.6.1"* ]]; then SERVICE_MGMT nginx restart - else - /bin/systemctl restart nginx - fi + # else + # /bin/systemctl restart nginx + # fi ;; gui) GUI;;