Update mm-scripts.sh
This commit is contained in:
@@ -941,10 +941,11 @@ MMSETUP(){
|
|||||||
|
|
||||||
if [ "${SERVICESCHECK}" != "" ]; then
|
if [ "${SERVICESCHECK}" != "" ]; then
|
||||||
echo
|
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
|
case "$choice" in
|
||||||
[Nn]) SERVICESCHECK="";;
|
[Nn]) SERVICESCHECK="";;
|
||||||
* ) srvcs=${SERVICESCHECK/snap.tautulli.tautulli/tautulli}; srvcs=${SERVICESCHECK};;esac
|
* ) srvcs=${srvcs2};;esac
|
||||||
fi
|
fi
|
||||||
if [ "${SERVICESCHECK}" == "" ] && [ "${srvcs}" == "" ]; then
|
if [ "${SERVICESCHECK}" == "" ] && [ "${srvcs}" == "" ]; then
|
||||||
export NEWT_COLORS=''
|
export NEWT_COLORS=''
|
||||||
|
|||||||
Reference in New Issue
Block a user