Update defaults.inc

This commit is contained in:
2023-03-18 22:47:05 -05:00
parent 23511412d8
commit 1b04e38741

View File

@@ -49,7 +49,7 @@ MMUPDATECHECK(){
SENDNOTICE(){
[ "${EMAIL_NOTICE}" != "" ] && echo -e "${2}\n\n$(date)" | mail -s "${1}" ${EMAIL_NOTICE}
[ "${PUSHOVER_APP_TOKEN}" != "" ] && push_to_mobile "${2}
[ "${PUSHOVER_APP_TOKEN}" != "" ] && PUSH_TO_MOBILE "${2}
$(date)" "${1}" ${3}