summaryrefslogtreecommitdiff
path: root/container
diff options
context:
space:
mode:
Diffstat (limited to 'container')
-rwxr-xr-xcontainer/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/entrypoint.sh b/container/entrypoint.sh
index 775fc8a2a..8fbdb6947 100755
--- a/container/entrypoint.sh
+++ b/container/entrypoint.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# shellcheck shell=dash
-set -eu
+set -u
check_file() {
local target="$1"