forked from MirrorHub/synapse
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
|