Update mm-scripts.sh

This commit is contained in:
2023-04-21 12:12:36 -05:00
parent 68a58b2009
commit 78d9abeba3

View File

@@ -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]}"