Update mm-scripts.sh
This commit is contained in:
@@ -896,10 +896,9 @@ SHOWSRVCUPDATES(){
|
||||
MMSETUP(){
|
||||
echo -e "${idsCL[Green]}Media Manager Setup Scripts${idsCL[Default]}"
|
||||
echo
|
||||
echo -e "${idsCL[LightCyan]}Stopping system services ... ${idsCL[Default]}"
|
||||
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
|
||||
case "$choice" in
|
||||
[Yy])
|
||||
|
||||
Reference in New Issue
Block a user