diff --git a/mm-scripts.sh b/mm-scripts.sh index 0d318f9..2fe4e21 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -914,11 +914,11 @@ MMSETUP(){ fi echo - read -n 1 -p "Do you wish to start services now (y/N)?" choice2 - case "$choice2" in + read -n 1 -p "Do you wish to start services now (y/N)?" choice + 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]}"