Update defaults.inc

This commit is contained in:
2024-12-21 11:00:27 -06:00
parent a7ca9a748a
commit f6aa98f7d4

View File

@@ -227,7 +227,7 @@ SENDNOTICE(){
SN_MSG="$(echo -e "${2}" | sed "s/\%/\%25 /g")"
PUSH_TO_MOBILE "${SN_MSG}
$(date)" "${SN_TIT}" ${3} &
[${NM_HOSTNAMES[${RNIP}]}] $(date)" "${SN_TIT}" ${3} &
fi
[ "${EMAIL_NOTICE}" != "" ] && echo -e "${2}\n\n$(date)" | mail -s "${1}" ${EMAIL_NOTICE}