From 427d86e6941fc25361a429328f00e73ea209bf4a Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Mon, 26 Nov 2018 08:47:40 +0100 Subject: [PATCH] Exit on first error in entrypoint.sh. --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 93b42c3..822b430 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,6 +5,8 @@ die() { exit 1 } +set -e + # Get latest stage3 tag STAGE3_TAG=$(wget -q -O - \ http://distfiles.gentoo.org/releases/amd64/autobuilds/latest-stage3-amd64.txt \