diff options
Diffstat (limited to 'templates/torrc.relay.erb')
-rw-r--r-- | templates/torrc.relay.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb index d9f06ae..95496d6 100644 --- a/templates/torrc.relay.erb +++ b/templates/torrc.relay.erb @@ -19,7 +19,7 @@ RelayBandwidthBurst <%= relay_bandwidth_burst %> KB <%- end -%> <%- if accounting_max != '0' then -%> AccountingMax <%= accounting_max %> GB -<%- for accounting in accounting_start -%> +<%- if accounting_start then -%> AccountingStart <%= accounting_start %> <%- end -%> <%- end -%> |