From 26f5cce2a0240c1d905fef65356d189aa78ad051 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 14 Aug 2019 10:12:35 -0400 Subject: [PATCH] exit on errors Signed-off-by: Vincent Batts --- BuildSourceImage.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BuildSourceImage.sh b/BuildSourceImage.sh index d328061..bab74f4 100755 --- a/BuildSourceImage.sh +++ b/BuildSourceImage.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + # This script requires an OCI IMAGE Name to pull. # The script generates a SOURCE Image based on the OCI Image # Script must be executed on the same OS or newer as the image.