Skip to content

Commit

Permalink
Fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Argelbargel committed Mar 28, 2024
1 parent 962bf36 commit e7c8a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eu

if [ -d /etc/vault.d/certs ]; then
echo "Updating certificates"
cp /etc/vault.d/certs /usr/local/share/ca-certificates
cp /etc/vault.d/certs/* /usr/local/share/ca-certificates
update-ca-certificates
fi

Expand Down

0 comments on commit e7c8a18

Please sign in to comment.