Update mm-scripts.sh

This commit is contained in:
2023-04-21 21:33:24 -05:00
parent 4384bfca54
commit b924eee6cf

View File

@@ -915,11 +915,14 @@ MMSETUP(){
echo
read -n 1 -p "Do you wish to start services now (y/N)?" choice
echo
case "$choice" in
[Yy]) MMSTART start;;
*) echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${idsCL[Default]}"
echo;;
[Yy])
echo
MMSTART start;;
* )
echo
echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${idsCL[Default]}"
echo;;
esac
echo -e "${idsCL[LightCyan]}The following are Media Manager (mm) usage commands:${idsCL[Default]}"