From 4b60dfa8b3258f4f2b4c2e035d0e7f92ea82e4f2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 1 May 2023 21:31:18 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 08bcad77..53f5aa8e 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -412,12 +412,7 @@ STATUS(){ echo -e "${idsST[Bold]}"; DIVIDER echo -e "${idsCL[Yellow]} Replication Status Between the Primary and Secondary Nodes${idsCL[Default]}" DIVIDER; echo -e "${idsST[Reset]}" - if [ "${ST_ACTION}" != "report" ]; then - msg="Starting processes to collect/monitor replication status" - c=0; cw=30; spc=''; spc1=${cw}-${#msg}; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done - else - spc=' ' - fi + msg="Starting processes to collect/monitor replication status : " echo -e " ${idsCL[LightCyan]}${msg}${spc}: " fi for NTYPE in "${NODE_TYPES[@]}"; do