From a65e6bbcd1f6b80e91d0a8b9e2af2eef45f913f6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 21 Apr 2023 21:41:32 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index f0353da..6d44eac 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -918,10 +918,11 @@ MMSETUP(){ case "$choice" in [Yy]) echo + # MMSTART start ;; * ) echo - echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${idsCL[Default]}" + echo -e "${idsCL[LightCyan]}Not starting. To start, run the command 'mm start'${idsCL[Default]}" echo ;; esac