Update mm-scripts.sh

This commit is contained in:
2022-01-23 14:45:15 -06:00
parent 1b9ab4d4d5
commit 7edac933e3

View File

@@ -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