From de068866889976b7f30391c5fb794cda53544c67 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 11 Jan 2012 01:10:36 -0200 Subject: parts of configuration are independent --- templates/torrc.relay.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/torrc.relay.erb') diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb index 9531c9b..d9f06ae 100644 --- a/templates/torrc.relay.erb +++ b/templates/torrc.relay.erb @@ -19,9 +19,9 @@ RelayBandwidthBurst <%= relay_bandwidth_burst %> KB <%- end -%> <%- if accounting_max != '0' then -%> AccountingMax <%= accounting_max %> GB -<%- end -%> -<%- for accounting in accounting_start -%> +<%- for accounting in accounting_start -%> AccountingStart <%= accounting_start %> +<%- end -%> <%- end -%> <%- if contact_info != '' then -%> ContactInfo <%= contact_info %> -- cgit v1.2.3