From a1fe06d2383628d71e265acc9be544159a413cc1 Mon Sep 17 00:00:00 2001 From: Michael Lewkowski Date: Wed, 1 Jun 2016 08:58:24 +0200 Subject: fixed smtp_use_tls and smtp_alway_send parameter value overrides --- start-munin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start-munin.sh b/start-munin.sh index e994128..a7209f7 100644 --- a/start-munin.sh +++ b/start-munin.sh @@ -4,8 +4,8 @@ SNMP_NODES=${SNMP_NODES:-} MUNIN_USER=${MUNIN_USER:-user} MUNIN_PASSWORD=${MUNIN_PASSWORD:-password} MAIL_CONF_PATH='/var/lib/munin/.mailrc' -SMTP_USE_TLS=false -SMTP_ALWAYS_SEND=true +SMTP_USE_TLS=${SMTP_USE_TLS:-false} +SMTP_ALWAYS_SEND=${SMTP_ALWAYS_SEND:-true} truncate -s 0 "${MAIL_CONF_PATH}" -- cgit v1.2.1