diff options
Diffstat (limited to 'templates/torrc.relay.erb')
-rw-r--r-- | templates/torrc.relay.erb | 4 |
1 files changed, 2 insertions, 2 deletions
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 %> |