Fix environ in template

pull/4/head
Christophe Mehay 8 years ago
parent ccfdb851cc
commit 50d759c1bb

@ -5,7 +5,7 @@ HiddenServicePort {{link.port}} {{link.ip}}:{{link.port}}
{% endfor %}
{% endfor %}
{% if 'RELAY' in environ %}
{% if 'RELAY' in env %}
ORPort 9001
{% endif %}

Loading…
Cancel
Save