This commit is contained in:
2023-12-10 14:41:13 -06:00
parent a7fe865990
commit 1dd3ecadb8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.4.9-12102023'
VERS='2.4.10-12102023'
noheader=' update service dailytemp '
hc_cw=60
@@ -166,7 +166,7 @@ unset IFS
SENDNOTICE(){
[ "${PUSHOVER_APP_TOKEN}" != "" ] && PUSH_TO_MOBILE "${2}
$(date +%Y-%m-%d-%H-%M-%S)" "${1}" ${3} &
$(date)" "${1}" ${3} &
[ "${EMAIL_NOTICE}" != "" ] && echo -e "${2}\n\n$(date +%Y-%m-%d-%H-%M-%S)" | mail -s "${1}" ${EMAIL_NOTICE}