Update nodemgmt-scripts.sh
This commit is contained in:
@@ -466,6 +466,7 @@ STATUS(){
|
|||||||
break
|
break
|
||||||
elif [ "`date +%s`" -gt "${warn_timeout}" ]; then
|
elif [ "`date +%s`" -gt "${warn_timeout}" ]; then
|
||||||
echo -en " waiting for sync... "
|
echo -en " waiting for sync... "
|
||||||
|
warn_timeout=`date --date='100 minutes' +%s`
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ "${timeout}" = "true" ]; then
|
if [ "${timeout}" = "true" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user