Update mm-scripts.sh

This commit is contained in:
2023-03-24 23:02:00 -05:00
parent 4ad35ad398
commit 52f73daaf4

View File

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