Daniel Gibbs
4 years ago
No known key found for this signature in database
GPG Key ID: 2EBB36015C6D78E2
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|