Skip to content

Commit 92b217f

Browse files
committed
Fixed shellcheck linting
1 parent d79d834 commit 92b217f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfiles/slim/data/docker-entrypoint.d/401-update-ca-certificates.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ update_ca_certificates() {
1717
local debug="${2}"
1818

1919
if [ -d "${dir}" ]; then
20+
# shellcheck disable=SC2044
2021
for cert in $( find "${dir}" -name \*.crt ); do
2122
name="$( basename "${cert}" )"
2223
run "cp ${cert} /usr/local/share/ca-certificates/devilbox-${name}" "${debug}"

0 commit comments

Comments
 (0)