summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2012-01-08 01:38:40 -0200
committerdrebs <drebs@riseup.net>2012-01-08 01:38:40 -0200
commita7b4fc40e09c555eb0527f71a127e782793c0601 (patch)
tree6c42d11d6a6fecce4e6ab41eb8035a98b9c3ecbd /templates
parent00349b7ba959f5ad133a9a0ec1e440a10fa93353 (diff)
fixing conditional
Diffstat (limited to 'templates')
-rw-r--r--templates/torrc.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/torrc.erb b/templates/torrc.erb
index 9d97253..61637d4 100644
--- a/templates/torrc.erb
+++ b/templates/torrc.erb
@@ -49,7 +49,7 @@ Nickname <%= nickname %>
<%- if address != '' then %>
Address <%= address %>
<%- end %>
-<%- if relay_bandwidth_limit != 0 then %>
+<%- if relay_bandwidth_rate != 0 then %>
RelayBandwidthRate <% relay_bandwith_rate %> KB
<%- end %>
<%- if relay_bandwidth_burst != 0 then %>