Skip to content
Snippets Groups Projects
Unverified Commit bab2bc84 authored by Dan Callahan's avatar Dan Callahan
Browse files

Fix Shellcheck SC1091: Can't follow file

Not following: (error message here)

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



Signed-off-by: default avatarDan Callahan <danc@element.io>
parent 7cf83c0a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
#!/bin/sh -e
# shellcheck disable=SC1091
. /usr/share/debconf/confmodule
CONFIGFILE_SERVERNAME="/etc/matrix-synapse/conf.d/server_name.yaml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment