From 045345087e44bd2797940e8300fa9f4184e41723 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 21 Apr 2023 21:28:35 -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 223a859..398926d 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -919,7 +919,7 @@ MMSETUP(){ echo case "$choice" in [Yy]) MMSTART start;; - *) 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 echo -e "${idsCL[LightCyan]}The following are Media Manager (mm) usage commands:${idsCL[Default]}"