Daniel Gibbs 9 년 전
부모
커밋
b3bf65c424
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/functions/alert_email.sh

+ 1 - 1
lgsm/functions/alert_email.sh

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