diff --git a/init-buildroot.sh b/init-buildroot.sh index f5ea091..8ceee2e 100755 --- a/init-buildroot.sh +++ b/init-buildroot.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -xe # # Copyright 2016 (C) NetApp, Inc. # Author: Ben Swartzlander diff --git a/make-bootable-disk.sh b/make-bootable-disk.sh index 190120b..f5b87c4 100755 --- a/make-bootable-disk.sh +++ b/make-bootable-disk.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -xe # # Copyright 2016 (C) NetApp, Inc. # Author: Ben Swartzlander diff --git a/run-buildroot.sh b/run-buildroot.sh index ca108d6..1fa1023 100755 --- a/run-buildroot.sh +++ b/run-buildroot.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -xe # # Copyright 2016 (C) NetApp, Inc. # Author: Ben Swartzlander diff --git a/test-image.sh b/test-image.sh index c26d111..8d5c5f6 100755 --- a/test-image.sh +++ b/test-image.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -xe CONFIG_DIR=/tmp/configdir CONFIG_ISO=/tmp/configdrive.iso