Update mm-scripts.sh

This commit is contained in:
2022-02-26 11:17:33 -06:00
parent 240d113354
commit d9eadfd090

View File

@@ -129,7 +129,7 @@ MMSTATUS(){
# else
# statusArray=("openvpn")
# fi
statusArray=("nordvpn,openvpn")
statusArray=("nordvpn","openvpn")
statusArray+=(${SERVICES_CHECK[@]})
for srvc in "${statusArray[@]}"; do
c=0; cw=36 spc=''