Update mm-scripts.sh

This commit is contained in:
2022-02-26 11:18:13 -06:00
parent d9eadfd090
commit 64bbb04b10

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=''