Update mm-scripts.sh

This commit is contained in:
2023-04-21 21:35:55 -05:00
parent 1347f25209
commit 6ca09288c7

View File

@@ -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]}"