From aebe0cab1d0e625e5947a96384459259baaff8bd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 19 Aug 2025 22:25:27 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;;