From 42cd1e709014ec21da91d5e9a6cfbc4859144576 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 10 Dec 2019 22:33:41 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e54efa02..10032c28 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -285,7 +285,7 @@ STATUS(){ c=0; cw=22; spc='' spc1=${cw}-${#REPL_DESC[${rcheck}]} if [ "${rcheck}" = "nextcloud-data" ] || [ "${rcheck}" = "nextcloud-www" ]; then - timeout=`date --date='1 minutes' +%s` + timeout=`date --date='5 minutes' +%s` else timeout=`date --date='20 seconds' +%s` fi @@ -293,7 +293,7 @@ STATUS(){ echo -en " ${REPL_DESC[${rcheck}]}${spc}: " else if [ "${rcheck}" = "nextcloud-data" ] OR [ "${rcheck}" = "nextcloud-www" ]; then - timeout=`date --date='2 minutes' +%s` + timeout=`date --date='5 minutes' +%s` else timeout=`date --date='1 minutes' +%s` fi