Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-13 18:47:11 -05:00
parent 1bd6ca0deb
commit c2bf087004

View File

@@ -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