diff --git a/mm-scripts.sh b/mm-scripts.sh index 2fe4e21..9ebc130 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -918,11 +918,13 @@ MMSETUP(){ case "$choice" in [Yy]) echo - # MMSTART start;; + # MMSTART start + ;; * ) echo echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${idsCL[Default]}" - echo;; + echo + ;; esac echo -e "${idsCL[LightCyan]}The following are Media Manager (mm) usage commands:${idsCL[Default]}"