diff --git a/mm-scripts.sh b/mm-scripts.sh index a1de4ba..cad5f95 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -78,7 +78,7 @@ MMSTOP(){ MMSTATUS(){ for srvc in "${SERVICES_CHECK[@]}"; do c=0; cw=22; spc='' - spc1=${cw}-${#NM_SERVICES[${srvc}]} + spc1=${ ${cw} - ${#NM_SERVICES[${srvc}]} } echo $spc1 until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done