This commit is contained in:
2025-07-26 08:40:08 -05:00
parent b3d377cca8
commit 0d884457b2
2 changed files with 3 additions and 3 deletions

View File

@@ -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 '

View File

@@ -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