Update status.inc

This commit is contained in:
2024-02-29 19:01:19 -06:00
parent 3363ed4346
commit fa6c022d30

View File

@@ -50,7 +50,7 @@ STATUS(){
done
if [ "${STATUS_ACTION}" != "check" ]; then
echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}"
MSG="Starting processes to collect/monitor replication check"
MSG="Starting processes to collect/monitor replication checks"
c=0; cw=${LD_CW}; spc=''; spc1=${cw}-${#MSG}; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en "${idsCL[LightCyan]}${MSG}${spc}: "
fi