Update mm-scripts.sh
This commit is contained in:
@@ -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]}"
|
||||
|
||||
Reference in New Issue
Block a user