From a7b4fc40e09c555eb0527f71a127e782793c0601 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 8 Jan 2012 01:38:40 -0200 Subject: fixing conditional --- templates/torrc.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 %> -- cgit v1.2.3