summary refs log tree commit diff
path: root/debian/matrix-synapse-py3.config
blob: 3bda3292f1daffb8931082ed35d53a1506a8f6df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

. /usr/share/debconf/confmodule

# try to update the debconf db according to whatever is in the config files
/opt/venvs/matrix-synapse/lib/manage_debconf.pl read || true

db_input high matrix-synapse/server-name || true
db_input high matrix-synapse/report-stats || true
db_go