This commit is contained in:
2025-05-17 19:49:41 -05:00
parent ff6742ff29
commit 949923aa72
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='5.4.21-05132025'
VERS='5.4.22-05172025'
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

@@ -1211,6 +1211,8 @@ SKIP_SERVER_CHECKS(){
echo -en "${idsCL[Green]}Starting${idsCL[LightCyan]} Keepalived ... ${idsCL[Default]}"
systemctl start keepalived >/dev/null 2>&1
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
elif [ "${1}" == "reboot" ]; then
reboot
fi
fi
echo