瀏覽代碼

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>
tags/v1.47.0rc1
Dan Callahan 2 年之前
父節點
當前提交
bab2bc844c
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 5FAD56482D9EB851
共有 2 個檔案被更改,包括 2 行新增0 行删除
  1. +1
    -0
      debian/matrix-synapse-py3.config
  2. +1
    -0
      debian/matrix-synapse-py3.postinst

+ 1
- 0
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


+ 1
- 0
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"


Loading…
取消
儲存