summary refs log tree commit diff
path: root/debian/matrix-synapse-py3.config
diff options
context:
space:
mode:
authorDan Callahan <danc@element.io>2021-10-21 23:50:21 +0100
committerDan Callahan <danc@element.io>2021-10-22 23:08:54 +0100
commitbab2bc844c4e81461c51a1066b2b0322326938d1 (patch)
tree4c455191a9adc89b17d78cda0e5756b9044a58dc /debian/matrix-synapse-py3.config
parentFix Shellcheck SC1001: Meaningless char escapes (diff)
downloadsynapse-bab2bc844c4e81461c51a1066b2b0322326938d1.tar.xz
Fix Shellcheck SC1091: Can't follow file
Not following: (error message here)

https://github.com/koalaman/shellcheck/wiki/SC1091

Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'debian/matrix-synapse-py3.config')
-rwxr-xr-xdebian/matrix-synapse-py3.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/matrix-synapse-py3.config b/debian/matrix-synapse-py3.config
index 37a781b3e8..3b2f469e15 100755
--- a/debian/matrix-synapse-py3.config
+++ b/debian/matrix-synapse-py3.config
@@ -2,6 +2,7 @@
 
 set -e
 
+# shellcheck disable=SC1091
 . /usr/share/debconf/confmodule
 
 # try to update the debconf db according to whatever is in the config files