diff --git a/mm-scripts.sh b/mm-scripts.sh index cf68048..51169c4 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1069,8 +1069,7 @@ MMSETUP(){ source /opt/idssys/mediamanager/settings.conf IFS=,; SERVICES_CHECK=(${SERVICESCHECK}); unset IFS - echo -en "${idsCL[LightCyan]}Would you like to update media management services:" - echo -en "${idsCL[LightYellow]}[${idsCL[White]}${srvcs2}${idsCL[LightYellow]}] (Y/n)? ${idsCL[Default]}" + echo -en "${idsCL[LightCyan]}Would you like to update media management services (Y/n)? ${idsCL[Default]}" read -n 1 choice case "$choice" in [Nn]) tmp='';;