This commit is contained in:
2025-06-10 18:40:09 -05:00
parent 6e31d8dd61
commit c402260122
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='5.5.17-06032025'
VERS='5.5.18-06102025'
NM_BETA=false
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix '

View File

@@ -73,7 +73,11 @@ SINGLE_SERVER_SERVICE_CHECK(){
fi
[ "${1^^}" == "WEB" ] && [ "$(systemctl is-active nginx)" != "active" ] && ${NM_SCRIPT} service web restart ${RUN_NODE_IP}
elif [ "${2^^}" == "START" ] && [ -f ${NM_TMPFOLDER}/.skip ]; then
systemctl stop keepalived >/dev/null 2>&1
fi
}
SERVICE_MGMT(){