Update mm-scripts.sh

This commit is contained in:
2022-09-25 13:07:59 -05:00
parent 76eb654bb2
commit 48e54291f3

View File

@@ -203,7 +203,7 @@ MMSTOP(){
srvc=${NM_SERVICES[$i]}
if [[ ${i} != *"vpn"* ]]; then
echo "stopping $srvc - ($i)"
/bin/systemctl stop ${srvc} &
/bin/systemctl stop ${i} &
fi
done
checked=false