From d156cee88915676854dacdde1ffcfc303f119011 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Sep 2023 21:49:56 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index b560ca2a..bed7dd0c 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -713,10 +713,10 @@ REPLCHECK(){ nip=${2} PH_CMD=${3} if [ "${4}" != "check" ]; then - timeout=`date --date='1 minutes' +%s` - else - #timeout=`date --date='2 minutes' +%s` + # timeout=`date --date='1 minutes' +%s` timeout=`date --date='30 seconds' +%s` + else + timeout=`date --date='2 minutes' +%s` fi checked=false until [ "${checked}" == "" ]; do