diff --git a/mm-scripts.sh b/mm-scripts.sh index 55aa388..1e56d83 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -913,8 +913,9 @@ MMSETUP(){ echo read -n 1 -p "Do you wish to start services now (y/N)?" choice + echo case "$choice" in - [Yy]) echo;MMSTART start;; + [Yy]) MMSTART start;; esac echo -e "${idsCL[LightCyan]}The following are Media Manager (mm) usage commands:${idsCL[Default]}"