Update mm-scripts.sh
This commit is contained in:
@@ -915,16 +915,10 @@ MMSETUP(){
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
read -n 1 -p "Do you wish to start services now (y/N)?" choice
|
read -n 1 -p "Do you wish to start services now (y/N)?" choice
|
||||||
|
echo
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Yy])
|
[Yy]) MMSTART start ;;
|
||||||
echo
|
* ) echo -e "${idsCL[Cyan]}Not starting. To start, run the command '${idsCL[Green]}mm start${idsCL[LightCyan]}'${idsCL[Default]}";echo;echo;;
|
||||||
# MMSTART start
|
|
||||||
;;
|
|
||||||
* )
|
|
||||||
echo
|
|
||||||
echo -e "${idsCL[Cyan]}Not starting. To start, run the command '${idsCL[Green]}mm start${idsCL[LightCyan]}'${idsCL[Default]}"
|
|
||||||
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]}"
|
||||||
DIVIDER . lightGreen
|
DIVIDER . lightGreen
|
||||||
|
|||||||
Reference in New Issue
Block a user