Update status.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user