Browse Source

emoji email

feature/alerts-refactor
Daniel Gibbs 4 years ago
parent
commit
b56df841c5
No known key found for this signature in database GPG Key ID: 2EBB36015C6D78E2
  1. 2
      lgsm/functions/alert_email.sh

2
lgsm/functions/alert_email.sh

@ -13,7 +13,7 @@ fn_sleep_time
if [ -n "${emailfrom}" ]; then
mail -s "${alertemoji} ${alerttitle} ${alertemoji}" -r "${emailfrom}" "${email}" < "${alertlog}"
else
mail -s "${alerttitle}" "${email}" < "${alertlog}"
mail -s "${alertemoji} ${alerttitle} ${alertemoji}" "${email}" < "${alertlog}"
fi
exitcode=$?
if [ "${exitcode}" == "0" ]; then

Loading…
Cancel
Save