update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
VERS='5.6.9-07092025'
|
||||
VERS='5.6.10-07262025'
|
||||
NM_BETA=false
|
||||
|
||||
noheader=' test 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 '
|
||||
|
||||
@@ -59,7 +59,7 @@ STATUS(){
|
||||
PH=${NTYPE}_HOSTS[0]
|
||||
PHA=${NTYPE}_HOSTS
|
||||
skip=0
|
||||
if [ -f ${NM_TMPFOLDER}/${!PH}.disable ] || [ -f ${NM_TMPFOLDER}/${!PH}.down ]; then
|
||||
if [ -f ${NM_TMPFOLDER}/${!PH}.disable ] || [ -f ${NM_TMPFOLDER}/${!PH}.skip ] || [ -f ${NM_TMPFOLDER}/${!PH}.down ]; then
|
||||
if [ $(eval echo \${#${PHA}[@]}) -eq 2 ]; then
|
||||
skip=1
|
||||
else
|
||||
@@ -230,7 +230,7 @@ STATUS(){
|
||||
PH=${NTYPE}_HOSTS[0]
|
||||
PHA=${NTYPE}_HOSTS
|
||||
skip=0
|
||||
if [ -f ${NM_TMPFOLDER}/${!PH}.disable ] || [ -f ${NM_TMPFOLDER}/${!PH}.down ]; then
|
||||
if [ -f ${NM_TMPFOLDER}/${!PH}.disable ] || [ -f ${NM_TMPFOLDER}/${!PH}.down ] || [ -f ${STATUSRUN_TMPFOLDER}/repl.${!PH}.skip ]; then
|
||||
if [ $(eval echo \${#${PHA}[@]}) -eq 2 ]; then
|
||||
skip=1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user