0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 03:23:45 +02:00
synapse/debian/matrix-synapse-py3.config

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
487 B
Plaintext
Raw Permalink Normal View History

2018-12-10 18:14:34 +01:00
#!/bin/sh
set -e
# shellcheck disable=SC1091
2018-12-10 18:14:34 +01:00
. /usr/share/debconf/confmodule
# try to update the debconf db according to whatever is in the config files
#
# note that we may get run during preconfiguration, in which case the script
# will not yet be installed.
[ -x /opt/venvs/matrix-synapse/lib/manage_debconf.pl ] && \
/opt/venvs/matrix-synapse/lib/manage_debconf.pl read
2018-12-10 18:14:34 +01:00
db_input high matrix-synapse/server-name || true
db_input high matrix-synapse/report-stats || true
db_go