Update mm-scripts.sh

This commit is contained in:
2022-01-23 15:15:14 -06:00
parent fc55d064a1
commit 62992c0e03

View File

@@ -95,7 +95,7 @@ MMSTOP(){
MMSTATUS(){
statusArray=("openvpn")
statusArray+=$SERVICES_CHECK
#statusArray+=$SERVICES_CHECK
for srvc in "${statusArray[@]}"; do
c=0; cw=36 spc=''
spc1=$((${cw}-${#NM_SERVICES[${srvc}]}))