Ignore SC2268
Signed-off-by: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com>pull/211/head
parent
d0fdc57c7f
commit
bcf5dfd7f2
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# shellcheck disable=SC2268
|
||||||
|
|
||||||
# This Bash script to install the latest release of geoip.dat and geosite.dat:
|
# This Bash script to install the latest release of geoip.dat and geosite.dat:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# shellcheck disable=SC2268
|
||||||
|
|
||||||
# The files installed by the script conform to the Filesystem Hierarchy Standard:
|
# The files installed by the script conform to the Filesystem Hierarchy Standard:
|
||||||
# https://wiki.linuxfoundation.org/lsb/fhs
|
# https://wiki.linuxfoundation.org/lsb/fhs
|
||||||
|
|
Loading…
Reference in New Issue