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`