From 88f6876c967cd0f412b779a7c81244026e6dbf8a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 10:41:48 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index cdb8ed78..18a3b7e9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -74,7 +74,7 @@ STATUS() { done echo echo -e "${idsCL[Yellow]} Replication Status to Other Nodes${idsCL[Default]}" - DIVIDER true + DIVIDER timeout=`date --date='20 seconds' +%s` nid=1 for nip in "${NODE_HOSTS[@]}"