mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
10 lines
157 B
Text
10 lines
157 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
. /usr/share/debconf/confmodule
|
||
|
|
||
|
db_input high matrix-synapse/server-name || true
|
||
|
db_input high matrix-synapse/report-stats || true
|
||
|
db_go
|