You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
487 B

  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