We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79d834 commit 92b217fCopy full SHA for 92b217f
1 file changed
Dockerfiles/slim/data/docker-entrypoint.d/401-update-ca-certificates.sh
@@ -17,6 +17,7 @@ update_ca_certificates() {
17
local debug="${2}"
18
19
if [ -d "${dir}" ]; then
20
+ # shellcheck disable=SC2044
21
for cert in $( find "${dir}" -name \*.crt ); do
22
name="$( basename "${cert}" )"
23
run "cp ${cert} /usr/local/share/ca-certificates/devilbox-${name}" "${debug}"
0 commit comments