Browse Source

fixes #1152

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
b3bf65c424
  1. 2
      lgsm/functions/alert_email.sh

2
lgsm/functions/alert_email.sh

@ -231,7 +231,7 @@ fn_details_disk
fn_details_gameserver fn_details_gameserver
fn_alert_email_template_logs fn_alert_email_template_logs
if [ -n "${emailfrom}" ]; then if [ -n "${emailfrom}" ]; then
mail -s "${alertsubject}" -a "From: ${emailfrom}" "${email}" < "${emaillog}" mail -s "${alertsubject}" -r "${emailfrom}" "${email}" < "${emaillog}"
else else
mail -s "${alertsubject}" "${email}" < "${emaillog}" mail -s "${alertsubject}" "${email}" < "${emaillog}"
fi fi

Loading…
Cancel
Save