From b924eee6cf86fb41dd44d612dc563fb26edb2f30 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 21 Apr 2023 21:33:24 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 23cc9ef..8941d17 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -915,11 +915,14 @@ MMSETUP(){ echo read -n 1 -p "Do you wish to start services now (y/N)?" choice - echo case "$choice" in - [Yy]) MMSTART start;; - *) echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${idsCL[Default]}" - echo;; + [Yy]) + echo + MMSTART start;; + * ) + 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]}"