Update mm-scripts.sh

This commit is contained in:
2023-04-21 21:41:16 -05:00
parent 35948c9c3b
commit 95ea57eb82

View File

@@ -915,8 +915,16 @@ MMSETUP(){
echo
read -n 1 -p "Do you wish to start services now (y/N)?" choice
case "$choice" in
[Yy])
echo
;;
* )
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]}"
DIVIDER . lightGreen
USAGE