diff --git a/inc/status.inc b/inc/status.inc index 80d3050e..f6f56d57 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -837,7 +837,7 @@ 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 ]); then - if [ "${nip}" == "10.2.1.5xxx" ] && ([ "${rcheck}" == "pdns" ] || [ "${rcheck}" == "pdnsadmin" ]); then + # if [ "${nip}" == "10.2.1.5xxx" ] && ([ "${rcheck}" == "pdns" ] || [ "${rcheck}" == "pdnsadmin" ]); then rm -f ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${nip}.running touch ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${nip}.skip else