From 9afc9611fbf32e4ec43e09993361b67facce0457 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 12 Feb 2018 17:52:14 +0000 Subject: [PATCH] Removing # from LDAP --- start_matrix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_matrix.sh b/start_matrix.sh index 5719569..d90b879 100755 --- a/start_matrix.sh +++ b/start_matrix.sh @@ -98,7 +98,7 @@ gosu www-data turnserver -c /app/data/turnserver.conf --daemon -v sed -i "s/ user: .*/ user: ${POSTGRESQL_USERNAME}/" homeserver.yaml sed -i "s/ password: .*/ password: ${POSTGRESQL_PASSWORD}/" homeserver.yaml sed -i "s/ database: .*/ database: ${POSTGRESQL_DATABASE}/" homeserver.yaml -sed -i "s,# uri: .*, uri: \"${LDAP_URL}\"," homeserver.yaml +sed -i "s, uri: .*, uri: \"${LDAP_URL}\"," homeserver.yaml gosu www-data python -m synapse.app.homeserver --config-path homeserver.yaml &> /dev/null &