Update mm-scripts.sh

This commit is contained in:
2023-07-09 15:09:59 -05:00
parent f6ab05bf75
commit 901ac0dba4

View File

@@ -581,7 +581,7 @@ FULLSTOP(){
echo -en "${idsCL[LightCyan]}Stopping background MM scripts... ${idsCL[Default]}"
getMMbash=$(pgrep -f '/mm') >/dev/null 2>&1
for i in $getMMbash; do
/bin/kill $i >/dev/null 2>&1 && echo -e "\n"
/bin/kill $i >/dev/null 2>&1 && echo
done
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
}