Update mm-scripts.sh

This commit is contained in:
2023-04-21 21:43:27 -05:00
parent c07724dbd9
commit 62e70ce490

View File

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