Update status.inc

This commit is contained in:
2023-05-01 21:31:18 -05:00
parent ad10fbf107
commit 4b60dfa8b3

View File

@@ -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