matrix-synapse-py3.config 487 B

1234567891011121314151617
  1. #!/bin/sh
  2. set -e
  3. # shellcheck disable=SC1091
  4. . /usr/share/debconf/confmodule
  5. # try to update the debconf db according to whatever is in the config files
  6. #
  7. # note that we may get run during preconfiguration, in which case the script
  8. # will not yet be installed.
  9. [ -x /opt/venvs/matrix-synapse/lib/manage_debconf.pl ] && \
  10. /opt/venvs/matrix-synapse/lib/manage_debconf.pl read
  11. db_input high matrix-synapse/server-name || true
  12. db_input high matrix-synapse/report-stats || true
  13. db_go