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