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]}"