summary refs log tree commit diff
path: root/debian/matrix-synapse-py3.postinst
diff options
context:
space:
mode:
authorDan Callahan <danc@element.io>2021-10-27 21:36:18 +0100
committerGitHub <noreply@github.com>2021-10-27 21:36:18 +0100
commita1ba7a850aaad51799ce77006ac5e8a425881765 (patch)
treeaa501e65702a3e3fb179c3a0c37dc15543637f72 /debian/matrix-synapse-py3.postinst
parentAnnotate `log_function` decorator (#10943) (diff)
parentMerge remote-tracking branch 'origin/develop' into shellcheck (diff)
downloadsynapse-a1ba7a850aaad51799ce77006ac5e8a425881765.tar.xz
Update scripts to pass Shellcheck lints (#11166)
Diffstat (limited to 'debian/matrix-synapse-py3.postinst')
-rw-r--r--debian/matrix-synapse-py3.postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/matrix-synapse-py3.postinst b/debian/matrix-synapse-py3.postinst
index c0dd7e5534..a8dde1e082 100644
--- a/debian/matrix-synapse-py3.postinst
+++ b/debian/matrix-synapse-py3.postinst
@@ -1,5 +1,6 @@
 #!/bin/sh -e
 
+# shellcheck disable=SC1091
 . /usr/share/debconf/confmodule
 
 CONFIGFILE_SERVERNAME="/etc/matrix-synapse/conf.d/server_name.yaml"