diff --git a/mm-scripts.sh b/mm-scripts.sh index 3b0c3e1..eafd819 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -941,10 +941,11 @@ MMSETUP(){ if [ "${SERVICESCHECK}" != "" ]; then echo - read -n 1 -p "Run previous services [${srvcs}] (Y/n)?" choice + srvcs2=${SERVICESCHECK/snap.tautulli.tautulli/tautulli} + read -n 1 -p "Run previous services [${srvcs2}] (Y/n)?" choice case "$choice" in [Nn]) SERVICESCHECK="";; - * ) srvcs=${SERVICESCHECK/snap.tautulli.tautulli/tautulli}; srvcs=${SERVICESCHECK};;esac + * ) srvcs=${srvcs2};;esac fi if [ "${SERVICESCHECK}" == "" ] && [ "${srvcs}" == "" ]; then export NEWT_COLORS=''