From bcf5dfd7f2b83b9151a0dc46caf394597dea1f94 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Thu, 8 Jul 2021 01:19:06 +0800 Subject: [PATCH] Ignore SC2268 Signed-off-by: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> --- install-dat-release.sh | 1 + install-release.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/install-dat-release.sh b/install-dat-release.sh index 73f6dcb..cf96a99 100644 --- a/install-dat-release.sh +++ b/install-dat-release.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# shellcheck disable=SC2268 # This Bash script to install the latest release of geoip.dat and geosite.dat: diff --git a/install-release.sh b/install-release.sh index a3e942c..9530a99 100644 --- a/install-release.sh +++ b/install-release.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# shellcheck disable=SC2268 # The files installed by the script conform to the Filesystem Hierarchy Standard: # https://wiki.linuxfoundation.org/lsb/fhs