From d4b30a0bc5141b0493df4e4f3ab772e54f6c8a94 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 22 Apr 2023 08:05:47 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 51e9ace..c8ee208 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -887,7 +887,7 @@ MMSETUP(){ exitstatus=$?; srvcs="$(join_by , $srvcs)"; fi srvcs=${srvcs/tautulli/snap.tautulli.tautulli} - [ "${SERVICESCHECK}" != "" ] && echo -e "\nSERVICESCHECK=${srvcs}\n\n#[OPTIONAL]" >> ${MMFOLDER}/settings.conf || echo -e "\n# SERVICESCHECK=\n\n#[OPTIONAL]" + [ "${SERVICESCHECK}" != "" ] && echo -e "\nSERVICESCHECK=${srvcs}\n\n#[OPTIONAL]" >> ${MMFOLDER}/settings.conf || echo -e "\n# SERVICESCHECK=\n\n#[OPTIONAL]" >> ${MMFOLDER}/settings.conf echo echo -e "${idsCL[LightCyan]}You may choose to setup notifications by either SMTP and/or Pushover:${idsCL[Default]}"