Update mm-scripts.sh
This commit is contained in:
@@ -79,7 +79,7 @@ MMSTATUS(){
|
||||
for srvc in "${SERVICES_CHECK[@]}"; do
|
||||
c=0; cw=22; spc=''
|
||||
spc1=${cw}-${#NM_SERVICES[${srvc}]}
|
||||
echo $srvc
|
||||
echo $spc1
|
||||
|
||||
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
|
||||
echo $srvc
|
||||
|
||||
Reference in New Issue
Block a user