From b7646bd15b4869e55136825de14bbcb9b5e07b9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Fri, 19 May 2017 16:51:59 +0200
Subject: [PATCH] Fix template filling by escaping brackets

---
 1.Base/4.configuration_webinterface/webconf.json.template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/1.Base/4.configuration_webinterface/webconf.json.template b/1.Base/4.configuration_webinterface/webconf.json.template
index 0de2dbfd..4a0f64c3 100644
--- a/1.Base/4.configuration_webinterface/webconf.json.template
+++ b/1.Base/4.configuration_webinterface/webconf.json.template
@@ -1,5 +1,5 @@
-{
+{{
     "listen_ip": "0.0.0.0",
     "password": "{password}",
     "port": {port}
-}
+}}
-- 
GitLab