Update mm-scripts.sh
This commit is contained in:
@@ -918,7 +918,8 @@ MMSETUP(){
|
||||
echo
|
||||
case "$choice" in
|
||||
[Yy]) MMSTART start;;
|
||||
*) echo -e "${idsCL[LightCyan]}Not starting. To start, run the command `mm start`${idsCL[Default]}";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]}"
|
||||
@@ -927,7 +928,7 @@ MMSETUP(){
|
||||
|
||||
# cat ${MMFOLDER}/settings.conf
|
||||
;;
|
||||
* ) exit 0;;
|
||||
*) exit 0;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user