From b7640bd1ab191afddc20f3a6dece1bfaf1984a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Tue, 8 Jun 2021 09:02:30 +0000 Subject: [PATCH] Abort on error in entrypoint script --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 3a19578..9f5d784 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,5 @@ #!/bin/sh +set -e while [ ! -e $1 ]; do sleep 1 done