From e655849b383bf0757bc4233996a622cccff9f0fa Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 17 May 2022 11:12:16 -0500 Subject: [PATCH] set -e in the build script so it stops eating errors --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 94ffe8e..688968d 100755 --- a/build.sh +++ b/build.sh @@ -3,6 +3,8 @@ # Build the Docker image for a series of different Forge versions # +set -e + # MC version list readonly -a mcversions=( "1.12.2"