Update nodemgmt-scripts.sh

This commit is contained in:
2025-08-19 22:25:27 -05:00
parent 12853a181d
commit aebe0cab1d

View File

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