fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user