From 0d884457b2c6dd4ff7df669a60882070045d107e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Jul 2025 08:40:08 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- inc/status.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults.inc b/defaults.inc index 594a4fea..20c25a36 100755 --- a/defaults.inc +++ b/defaults.inc @@ -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 ' diff --git a/inc/status.inc b/inc/status.inc index 1ca91003..7cccb993 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -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