This commit is contained in:
2024-02-07 09:36:23 -06:00
parent b0d76d4ac6
commit 941310172e
2 changed files with 3 additions and 3 deletions

View File

@@ -83,12 +83,12 @@ SENDNOTICE(){
${SN_MSG}
$(date)" "${SN_TIT}" ${3} &
$(date)" "${SN_TIT}" ${3} ${4} &
else
# echo "HERE: [${SN_TIT}]=${SN_MSG}: DONE"
PUSH_TO_MOBILE "${SN_MSG}
$(date)" "${SN_TIT}" ${3} &
$(date)" "${SN_TIT}" ${3} ${4} &
fi
fi
[ "${PW_EMAIL_NOTICE}" != "" ] && echo -e "${2}\n\n$(date +%Y-%m-%d-%H-%M-%S)" | mail -s "${1}" ${PW_EMAIL_NOTICE}