From fe15c0625244c43d977fef2831720d01dc921f2b Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 11 Jan 2012 02:24:57 -0200 Subject: fixing parameter name --- templates/torrc.relay.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb index 95496d6..2aee354 100644 --- a/templates/torrc.relay.erb +++ b/templates/torrc.relay.erb @@ -11,11 +11,11 @@ Nickname <%= nickname %> <%- if address != '' then -%> Address <%= address %> <%- end -%> -<%- if relay_bandwidth_rate != '0' then -%> -RelayBandwidthRate <%= relay_bandwidth_rate %> KB +<%- if bandwidth_rate != '0' then -%> +RelayBandwidthRate <%= bandwidth_rate %> KB <%- end -%> -<%- if relay_bandwidth_burst != '0' then -%> -RelayBandwidthBurst <%= relay_bandwidth_burst %> KB +<%- if bandwidth_burst != '0' then -%> +RelayBandwidthBurst <%= bandwidth_burst %> KB <%- end -%> <%- if accounting_max != '0' then -%> AccountingMax <%= accounting_max %> GB -- cgit v1.2.3