From db5143c0d11e6640cf1628bbc488254f93655d79 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 11 Jul 2018 10:57:55 -0300 Subject: Fix SafeLoggin config --- templates/torrc.global.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/torrc.global.erb b/templates/torrc.global.erb index f577673..992d9d2 100644 --- a/templates/torrc.global.erb +++ b/templates/torrc.global.erb @@ -12,7 +12,7 @@ Log notice syslog Log <%= log_rule %> <% end -%> <% end -%> -<%- if @safe_logging != 1 then -%> +<%- if (safe_logging=scope.lookupvar('tor::daemon::safe_logging')) != 1 then -%> SafeLogging <%= @safe_logging %> <%- end -%> -- cgit v1.2.3