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