From a84162ede84a4648c49361cead0c4c40c7fb3801 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 18 Sep 2018 16:11:07 +0200 Subject: [PATCH] use patched synapse so admin rest api works with python 2.7.6 --- synapse/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/install.sh b/synapse/install.sh index 37dfd7d7e2..1ae2212e7e 100755 --- a/synapse/install.sh +++ b/synapse/install.sh @@ -1,6 +1,6 @@ #!/bin/bash # config -SYNAPSE_BRANCH=develop +SYNAPSE_BRANCH=bwindels/adminapibeforepy277 INSTALLATION_NAME=consent SERVER_DIR=installations/$INSTALLATION_NAME CONFIG_TEMPLATE=consent