This commit is contained in:
2023-07-26 16:48:43 +02:00
parent bb44a4f843
commit f9a65dfafb
2 changed files with 109 additions and 109 deletions

View File

@@ -2,8 +2,8 @@ locals {
script-wrap = <<-EOF
#!/bin/bash
cp /etc/local-ca/ca.crt /usr/local/share/ca-certificates/
update-ca-certificate
exec /entrypoint.sh "$@"
/usr/sbin/update-ca-certificates
exec /bin/bash /entrypoint.sh "$@"
EOF
script-head = <<-EOF
#!/bin/bash