update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
VERS='5.4.10-04262025'
|
||||
VERS='5.4.11-05102025'
|
||||
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 '
|
||||
|
||||
@@ -916,7 +916,7 @@ REPLSTART(){
|
||||
PHA=${NODETYPE}_HOSTS
|
||||
skip=0
|
||||
if [ -f ${NM_TMPFOLDER}/${!PH}.disable ] || [ -f ${NM_TMPFOLDER}/${!PH}.down ]; then
|
||||
if [ $(eval echo \${#${PHA}[@]}) -eq 2 ]; then
|
||||
if [ "$(eval echo \${#${PHA}[@]})" == "2" ]; then
|
||||
skip=1
|
||||
else
|
||||
PH=${NODETYPE}_HOSTS[1]
|
||||
|
||||
Reference in New Issue
Block a user