From 50d759c1bb1f33c2c3ef7a737f4dd9000346fc2a Mon Sep 17 00:00:00 2001 From: Christophe Mehay Date: Wed, 16 Mar 2016 22:16:03 +0100 Subject: [PATCH] Fix environ in template --- assets/torrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/torrc b/assets/torrc index 3872d8e..245c3b5 100644 --- a/assets/torrc +++ b/assets/torrc @@ -5,7 +5,7 @@ HiddenServicePort {{link.port}} {{link.ip}}:{{link.port}} {% endfor %} {% endfor %} -{% if 'RELAY' in environ %} +{% if 'RELAY' in env %} ORPort 9001 {% endif %}