From fa6c022d30e9f807d75d763f74144f85be40b655 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 29 Feb 2024 19:01:19 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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