Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

13 строки
295 B

  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