summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2012-01-11 01:33:12 -0200
committerdrebs <drebs@riseup.net>2012-01-11 01:33:12 -0200
commit71f040014d900d636eeeda62c4bb7ea8ea84e309 (patch)
treea9f5e4c70937c7ad91a7dbd6d14c979ab86e9b12 /templates
parentde068866889976b7f30391c5fb794cda53544c67 (diff)
many small fixes
Diffstat (limited to 'templates')
-rw-r--r--templates/torrc.relay.erb2
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 -%>