/
Undeadguy
/
synapse
Обзор
Документация
Войти
/
Undeadguy
/
synapse
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
debian/matrix-synapse-py3.config
17 строк
487 B
Dan Callahan
Fix Shellcheck SC1091: Can't follow file
23 окт 2021, 01:08
Не верифицирован
23 окт 2021, 01:08
bab2bc8
Код
Авторство
О чём код?
#!/bin/sh set -e # shellcheck disable=SC1091 . /usr/share/debconf/confmodule # try to update the debconf db according to whatever is in the config files # # note that we may get run during preconfiguration, in which case the script # will not yet be installed. [ -x /opt/venvs/matrix-synapse/lib/manage_debconf.pl ] && \ /opt/venvs/matrix-synapse/lib/manage_debconf.pl read db_input high matrix-synapse/server-name || true db_input high matrix-synapse/report-stats || true db_go