Update status.inc
This commit is contained in:
@@ -830,7 +830,7 @@ REPLCHECK(){
|
|||||||
timeout=`date --date='1 minutes' +%s`
|
timeout=`date --date='1 minutes' +%s`
|
||||||
# timeout=`date --date='30 seconds' +%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
|
rm -f ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${nip}.running
|
||||||
touch ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${nip}.skip
|
touch ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${nip}.skip
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user