From 0ae4384c7d23488a0a1fe6ecab59e45c89fa677c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Nov 2019 16:49:05 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index cc3475f5..f7c0c57c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -285,11 +285,9 @@ STATUS(){ c=0; cw=22; spc='' spc1=${cw}-${#REPL_DESC[${rcheck}]} if [ "${rcheck}" = "nextcloud-data" ] || [ "${rcheck}" = "nextcloud-www" ]; then - timeout=`date --date='2 minutes' +%s` - t='2min' + timeout=`date --date='1 minutes' +%s` else timeout=`date --date='20 seconds' +%s` - t='20secs' fi until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en " ${REPL_DESC[${rcheck}]}${spc}: " @@ -301,9 +299,6 @@ STATUS(){ fi fi - - echo "TIMEOUT: ${rcheck} - ${t}" - checked=false until [ "${checked}" = "" ]; do if [ "${PH_CMD}" = "" ]; then