diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-22 15:02:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-22 15:02:39 +0000 |
commit | 0969d688e321e0a419e427e728b425fdfcdea8ec (patch) | |
tree | 618805c6733860d49a88c137b010c65158943f76 /debian/config | |
parent | Add prometheus metrics for number of badge update pushes. (#4709) (diff) | |
download | synapse-0969d688e321e0a419e427e728b425fdfcdea8ec.tar.xz |
Debian: fix overwriting of config settings on upgrade (#4696)
Make sure that users' changes to the config files are preserved. Fixes #4440.
Diffstat (limited to 'debian/config')
-rwxr-xr-x | debian/config | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/config b/debian/config deleted file mode 100755 index 9fb6913298..0000000000 --- a/debian/config +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -. /usr/share/debconf/confmodule - -db_input high matrix-synapse/server-name || true -db_input high matrix-synapse/report-stats || true -db_go |