From c2bf0870041707d9181d375eb9bfdec40bb31b31 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 13 Apr 2023 18:47:11 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 6401bc26..8d7cb3db 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -466,6 +466,7 @@ STATUS(){ break elif [ "`date +%s`" -gt "${warn_timeout}" ]; then echo -en " waiting for sync... " + warn_timeout=`date --date='100 minutes' +%s` fi done if [ "${timeout}" = "true" ]; then