This commit is contained in:
2023-03-04 21:59:00 -06:00
parent 7091142ef8
commit 08b563f855
2 changed files with 4 additions and 4 deletions

View File

@@ -54,5 +54,5 @@ MMUPDATECHECK(){
}
SENDNOTICE(){
[ "${EMAIL_NOTICE}" != "" ] && echo "${2}" | mail -s "${1}" ${EMAIL_NOTICE}
[ "${EMAIL_NOTICE}" != "" ] && echo -e "${2}\n\n$(date)" | mail -s "${1}" ${EMAIL_NOTICE}
}