From 651e8c7e4daa67188fb074ef9fb5657e18ae5f66 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 9 Jul 2023 15:07:29 -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 b986594..64c5ff6 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1579,7 +1579,7 @@ if [ ! -f ${TMPFOLDER}/mm.update.stop ]; then test) TEST;; stop) MMSTOP - FULLSTOP && echo -e "\n" + FULLSTOP && echo -e "\n\n" ;; start | check) if [ -f ${TMPFOLDER}/mm.stop ] && [ "${action}" == "check" ]; then