Parcourir la source

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 il y a 2 ans
Parent
révision
bab2bc844c
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 5FAD56482D9EB851
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +1
    -0
      debian/matrix-synapse-py3.config
  2. +1
    -0
      debian/matrix-synapse-py3.postinst

+ 1
- 0
debian/matrix-synapse-py3.config Voir le fichier

@@ -2,6 +2,7 @@


set -e set -e


# shellcheck disable=SC1091
. /usr/share/debconf/confmodule . /usr/share/debconf/confmodule


# try to update the debconf db according to whatever is in the config files # try to update the debconf db according to whatever is in the config files


+ 1
- 0
debian/matrix-synapse-py3.postinst Voir le fichier

@@ -1,5 +1,6 @@
#!/bin/sh -e #!/bin/sh -e


# shellcheck disable=SC1091
. /usr/share/debconf/confmodule . /usr/share/debconf/confmodule


CONFIGFILE_SERVERNAME="/etc/matrix-synapse/conf.d/server_name.yaml" CONFIGFILE_SERVERNAME="/etc/matrix-synapse/conf.d/server_name.yaml"


Chargement…
Annuler
Enregistrer