From 90214b111ad2361837bfde281a35e4119741346a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 10:44:32 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 485ff09f..f80866ef 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -31,6 +31,7 @@ STATUS() { done echo + DIVIDER echo -e "${idsST[Bold]}${idsCL[Yellow]} Node Service Status${idsCL[Default]}" DIVIDER true if [ ! -z ${LOCAL_SERVICES+x} ]; then @@ -73,6 +74,7 @@ STATUS() { nid=`expr $nid + 1` done echo + DIVIDER echo -e "${idsST[Bold]}${idsCL[Yellow]} Replication Status to Other Nodes${idsCL[Default]}" DIVIDER true timeout=`date --date='20 seconds' +%s`