Update mm-scripts.sh

This commit is contained in:
2022-01-23 14:52:31 -06:00
parent 678b81d870
commit 0a6ccae374

View File

@@ -77,7 +77,7 @@ MMSTOP(){
MMSTATUS(){
for srvc in "${SERVICES_CHECK[@]}"; do
c=0; cw=34 spc=''
c=0; cw=36 spc=''
spc1=$((${cw}-${#NM_SERVICES[${srvc}]}))
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en " ${NM_SERVICES[${srvc}]}$spc: "