diff --git a/mm-scripts.sh b/mm-scripts.sh index e7ae45e..4493eb8 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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: "