Update mm-scripts.sh

This commit is contained in:
2023-04-21 21:36:15 -05:00
parent 6ca09288c7
commit f09068a3a8

View File

@@ -918,11 +918,13 @@ MMSETUP(){
case "$choice" 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]}"
echo;; echo
;;
esac esac
echo -e "${idsCL[LightCyan]}The following are Media Manager (mm) usage commands:${idsCL[Default]}" echo -e "${idsCL[LightCyan]}The following are Media Manager (mm) usage commands:${idsCL[Default]}"