Update mm-scripts.sh

This commit is contained in:
2023-04-22 08:05:47 -05:00
parent 15e1a54f3b
commit d4b30a0bc5

View File

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