diff --git a/mm-scripts.sh b/mm-scripts.sh index 1089b5b..d31bc56 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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]}" }