This commit is contained in:
2024-05-10 11:34:33 -05:00
parent f0bfc64fd7
commit 4898e984c1
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='5.1.113-05102024'
VERS='5.1.114-05102024'
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

@@ -579,7 +579,11 @@ STATUS_NODE(){
SSCHK=primary
fi
else
SSCHK=true
if [ "${srvc}" == "keepalived" ] && ([ "${nip}" == "10.2.1.2xx" ] || [ "${nip}" == "10.2.1.51" ]); then
SSCHK=false
else
SSCHK=true
fi
fi
if [ ${SSCHK} != false ]; then