2018-12-10 10:14:34 -07:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
. /usr/share/debconf/confmodule
|
|
|
|
|
2019-02-22 08:02:39 -07:00
|
|
|
# try to update the debconf db according to whatever is in the config files
|
|
|
|
/opt/venvs/matrix-synapse/lib/manage_debconf.pl read || true
|
|
|
|
|
2018-12-10 10:14:34 -07:00
|
|
|
db_input high matrix-synapse/server-name || true
|
|
|
|
db_input high matrix-synapse/report-stats || true
|
|
|
|
db_go
|