diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index aed2d6c1..679d0cd4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -288,7 +288,12 @@ STATUS(){ until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en " ${REPL_DESC[${rcheck}]}${spc}: " else - timeout=`date --date='1 minutes' +%s` + if [ "${rcheck}" = "nextcloud-data" ] OR [ "${rcheck}" = "nextcloud-www" ]; then + timeout=`date --date='2 minutes' +%s` + else + timeout=`date --date='1 minutes' +%s` + fi + echo "TIMEOUT: ${rcheck} - ${timeout}" fi checked=false until [ "${checked}" = "" ]; do