diff --git a/mm-scripts.sh b/mm-scripts.sh index c94c638..f194074 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -438,7 +438,7 @@ MMSTOP(){ echo -en "${idsCL[LightCyan]}${msg}${spc} ${idsCL[White]}: ${idsCL[Default]}" for srvc in "${!MM_SERVICES[@]}"; do if [[ ${srvc} != *"vpn"* ]] && [[ ${srvc} != *"wireguard"* ]]; then - /bin/systemctl stop ${srvc} & >/dev/null 2>&1 + /bin/systemctl stop ${srvc} >/dev/null 2>&1 & fi done echo -e "${idsCL[Green]}Done${idsCL[Default]}"