1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-15 12:29:04 +00:00

Merge pull request #122 from wmedlar/bugfix/docker-entrypoint-fail-on-error

Fail fast in container entrypoint
This commit is contained in:
Liz Rice 2018-05-11 20:13:58 +01:00 committed by GitHub
commit c13632318e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
if [ "$1" == "install" ]; then
if [ -d /host ]; then
mkdir -p /host/cfg/