Daniel Gibbs hace 4 años
padre
commit
b56df841c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/alert_email.sh

+ 1 - 1
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