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 fi
echo echo
read -n 1 -p "Do you wish to start services now (y/N)?" choice2 read -n 1 -p "Do you wish to start services now (y/N)?" choice
case "$choice2" in case "$choice" in
[Yy]) [Yy])
echo echo
MMSTART start;; # MMSTART start;;
* ) * )
echo echo
echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${idsCL[Default]}" echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${idsCL[Default]}"