This commit is contained in:
2025-06-01 13:56:59 -05:00
parent dbf0c65d41
commit de7837c831
4 changed files with 33 additions and 14 deletions

View File

@@ -1539,7 +1539,11 @@ GUI(){
ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile}
echo "Done"
done
SERVICE_MGMT nginx restart
if [[ "${RUN_NODE_IP}" != "10.6.1"* ]]; then
SERVICE_MGMT nginx restart
else
/bin/systemctl restart nginx
fi
;;
gui) GUI;;