From 4384bfca54d30efa9e54c9ec968b8ba9a11e88da Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 21 Apr 2023 21:31:19 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index bc54c07..23cc9ef 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -918,7 +918,8 @@ MMSETUP(){ echo case "$choice" in [Yy]) MMSTART start;; - *) echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${idsCL[Default]}";echo;; + *) echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${idsCL[Default]}" + echo;; esac echo -e "${idsCL[LightCyan]}The following are Media Manager (mm) usage commands:${idsCL[Default]}" @@ -927,7 +928,7 @@ MMSETUP(){ # cat ${MMFOLDER}/settings.conf ;; - * ) exit 0;; + *) exit 0;; esac