diff --git a/defaults.inc b/defaults.inc index 7561c2b..ae035ff 100755 --- a/defaults.inc +++ b/defaults.inc @@ -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}