Update mm-scripts.sh

This commit is contained in:
2023-04-22 17:26:01 -05:00
parent a1da52e862
commit 708559fcf8

View File

@@ -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])