Update mm-scripts.sh

This commit is contained in:
2023-02-25 19:15:50 -06:00
parent 108a1bbecc
commit f2a29f1d57

View File

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