diff --git a/defaults.inc b/defaults.inc index 84ca9b32..594a4fea 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='5.6.8-07062025' +VERS='5.6.9-07092025' 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 52282936..1ca91003 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -964,7 +964,6 @@ REPLCHECK(){ # timeout=`date --date='30 seconds' +%s` # if [ -f ${NM_TMPFOLDER}/${nip}.disable ] || [ -f ${NM_TMPFOLDER}/${nip}.down ] || ([[ "${nip}" = "10.2."* ]] && [ -f ${PW_TMPFOLDER}/OFF-vMS-Host1.down ]) || - # [ "${nip}" == "10.2.1.5" ] && ([ "${rcheck}" == "pw-tmp" ] || [ "${rcheck}" == "tinytuya" ] || [ "${rcheck}" == "uptime" ]) ; then # if [ -f ${NM_TMPFOLDER}/${nip}.disable ] || [ -f ${NM_TMPFOLDER}/${nip}.down ] || ([ "${nip}" == "10.10.10.240" ] && [ "${rcheck}" == "rootssh" ]); then if [ -f ${NM_TMPFOLDER}/${nip}.disable ] || [ -f ${NM_TMPFOLDER}/${nip}.down ]; then rm -f ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${nip}.running