From 78d9abeba345dd6e5e4f1625d1207e637d3b86e7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 21 Apr 2023 12:12:36 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}"