Update mm-scripts.sh

This commit is contained in:
2022-09-25 13:09:19 -05:00
parent 48e54291f3
commit e8607903e3

View File

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