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