Update mm-scripts.sh
This commit is contained in:
@@ -915,11 +915,14 @@ 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]) MMSTART start;;
|
[Yy])
|
||||||
*) echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${idsCL[Default]}"
|
echo
|
||||||
echo;;
|
MMSTART start;;
|
||||||
|
* )
|
||||||
|
echo
|
||||||
|
echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${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]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user