Update mm-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user