Update mm-scripts.sh
This commit is contained in:
@@ -201,8 +201,10 @@ MMSTOP(){
|
||||
#for srvc in "${SERVICES_CHECK[@]}"; do
|
||||
for i in "${!NM_SERVICES[@]}"; do
|
||||
srvc=${NM_SERVICES[$i]}
|
||||
echo "stopping $srvc - ($i)"
|
||||
/bin/systemctl stop ${srvc} &
|
||||
if [[ ${i} != *"vpn"* ]]; then
|
||||
echo "stopping $srvc - ($i)"
|
||||
/bin/systemctl stop ${srvc} &
|
||||
fi
|
||||
done
|
||||
checked=false
|
||||
until [ "${checked}" = "" ]; do
|
||||
|
||||
Reference in New Issue
Block a user