From 82f50f30ee5dc5d6a5bce473ea3a83d956002294 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 15 Mar 2009 16:57:44 +0000 Subject: [PATCH] No, it really is the string true, not the variable $true Signed-off-by: Stephen Gran --- templates/exim-test.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/exim-test.erb b/templates/exim-test.erb index 1306b947c..7d044aafe 100644 --- a/templates/exim-test.erb +++ b/templates/exim-test.erb @@ -1,4 +1,4 @@ -<% if has_variable?("clamd") && clamd == "$true" -%> +<% if has_variable?("clamd") && clamd == "true" -%> CLAMAV = clamd:/var/run/clamav/clamd.ctl <% else -%> # CLAMAV is undefined -- 2.20.1