Fix environ in template

This commit is contained in:
Christophe Mehay 2016-03-16 22:16:03 +01:00
parent ccfdb851cc
commit 50d759c1bb

View file

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