Update mm-scripts.sh
This commit is contained in:
@@ -896,10 +896,9 @@ SHOWSRVCUPDATES(){
|
|||||||
MMSETUP(){
|
MMSETUP(){
|
||||||
echo -e "${idsCL[Green]}Media Manager Setup Scripts${idsCL[Default]}"
|
echo -e "${idsCL[Green]}Media Manager Setup Scripts${idsCL[Default]}"
|
||||||
echo
|
echo
|
||||||
echo -e "${idsCL[LightCyan]}Stopping system services ... ${idsCL[Default]}"
|
|
||||||
MMSTOP
|
MMSTOP
|
||||||
|
|
||||||
echo -e "${idsCL[LightCyan]}Would you like to configure the hostname and network settings (y/N)? ${idsCL[Default]}"
|
echo -en "${idsCL[LightCyan]}Would you like to configure the hostname and network settings (y/N)? ${idsCL[Default]}"
|
||||||
read -n 1 choice
|
read -n 1 choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Yy])
|
[Yy])
|
||||||
|
|||||||
Reference in New Issue
Block a user