From 95ea57eb8262038739abbbeb796d12c7a176800d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 21 Apr 2023 21:41:16 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 3f65fd8..f0353da 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -915,8 +915,16 @@ MMSETUP(){ echo read -n 1 -p "Do you wish to start services now (y/N)?" choice - - + case "$choice" in + [Yy]) + echo + ;; + * ) + 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]}" DIVIDER . lightGreen USAGE