From e4bd4d6ef53dd1abe750b53c67f3165fb609cfbe Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 9 Jul 2023 15:39:57 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mm-scripts.sh b/mm-scripts.sh index 2db7119..7e26468 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -584,6 +584,7 @@ FULLSTOP(){ [ ${i} -ne ${BASHPID} ] && /bin/kill -s PIPE ${i} >/dev/null 1>&2 done echo -e "${idsCL[Green]}Done${idsCL[Default]}" + echo exit 0 }