diff --git a/mm-scripts.sh b/mm-scripts.sh index 878f423..2226c3e 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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