From dbb4f13f8b6b378fa25648c82fdd94a805f06f24 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 22 Apr 2023 15:02:54 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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=''