matrix-synapse-py3.config 295 B

123456789101112
  1. #!/bin/sh
  2. set -e
  3. . /usr/share/debconf/confmodule
  4. # try to update the debconf db according to whatever is in the config files
  5. /opt/venvs/matrix-synapse/lib/manage_debconf.pl read || true
  6. db_input high matrix-synapse/server-name || true
  7. db_input high matrix-synapse/report-stats || true
  8. db_go