This commit is contained in:
2023-03-04 21:54:54 -06:00
parent a0ddc3266b
commit 7091142ef8
2 changed files with 14 additions and 10 deletions

View File

@@ -52,3 +52,7 @@ MMUPDATECHECK(){
/bin/rm -f ${MMFOLDER}/update.available
fi
}
SENDNOTICE(){
[ "${EMAIL_NOTICE}" != "" ] && echo "${2}" | mail -s "${1}" ${EMAIL_NOTICE}
}