From 3363ed4346b1bf417dfc75fb546ca5ff17fae06a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 29 Feb 2024 18:51:55 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 5d7fe8fc..bc100749 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -830,7 +830,7 @@ REPLCHECK(){ timeout=`date --date='1 minutes' +%s` # timeout=`date --date='30 seconds' +%s` - if [ "${nip}" == "10.2.1.5" ] && ([ "${rcheck}" == "pdns" ] || [ "${rcheck}" == "pdnsadmin" ] || [ "${rcheck}" == "nginx" ]); then + if [ "${nip}" == "10.2.1.5" ] && ([ "${rcheck}" == "pdns" ] || [ "${rcheck}" == "pdnsadmin" ]); then rm -f ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${nip}.running touch ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${nip}.skip else