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