diff --git a/inc/status.inc b/inc/status.inc index bc100749..a3a5d7fe 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -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