From ed8b094f9a90ccdeb818bdbbc88b16b2d4e9e4f4 Mon Sep 17 00:00:00 2001 From: Adrian Batzill Date: Sat, 5 Jun 2021 09:04:35 +0100 Subject: [PATCH] exit script if missing args --- image/mk_europe_edition64.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/image/mk_europe_edition64.sh b/image/mk_europe_edition64.sh index 48149379f..cf59ae4cd 100755 --- a/image/mk_europe_edition64.sh +++ b/image/mk_europe_edition64.sh @@ -18,6 +18,7 @@ die() { if [ "$#" -ne 2 ]; then echo "Usage: " $0 " dev|prod branch [us]" echo "if \"us\" is given, an image with US-like pre-configuration and without developer mode enabled will be created as well" + exit 1 fi # cd to script directory