diff --git a/mm-scripts.sh b/mm-scripts.sh index 9ec9a65..1a2e1d6 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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])