mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 10:05:55 +03:00
9 lines
157 B
Bash
Executable file
9 lines
157 B
Bash
Executable file
#!/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
|