push to v1.27.0

This commit is contained in:
Sebastian Hugentobler 2021-02-23 22:51:10 +01:00
parent 2ff69b5349
commit 076ffd923c
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 7 additions and 11 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv sh
if [ ! -f /var/lib/matrix-synapse/signing/signing.key ]; then
s6-setuidgid matrix-synapse python -B -m synapse.app.homeserver -c /var/lib/matrix-synapse/server.yaml --generate-config -H $SERVER_NAME --report-stats=no
s6-setuidgid matrix-synapse python3 -B -m synapse.app.homeserver -c /var/lib/matrix-synapse/server.yaml --generate-config -H $SERVER_NAME --report-stats=no
fi