summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-11-01 16:53:28 -0400
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-11-01 16:53:28 -0400
commit76ab876ae0e660e1f68e2d8432b865f8e7915da7 (patch)
tree013e388b045d15eda5b6044d7f6d4f6e1383fcdf
parentd5c17a1c842bbec4d0172895d715f5ce48fb7068 (diff)
remove missing end in modified template
-rw-r--r--templates/torrc.relay.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb
index 27e35d6..7735b47 100644
--- a/templates/torrc.relay.erb
+++ b/templates/torrc.relay.erb
@@ -1,7 +1,6 @@
# relay
<% if @port != 0 -%>
ORPort <%= @port %>
-<% end -%>
<% Array(@real_outbound_bindaddresses).each do |outbound_bindaddress| -%>
OutboundBindAddress <%= @outbound_bindaddress %>
<% end -%>