mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
|
#!/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
|