Add -xe flags to shell scripts

For better debugging, add -xe flags to all the shell
scripts.

Change-Id: Ifb8ceb889c4d20d51a522e6c15d7c715f6d51e46
This commit is contained in:
Ben Swartzlander 2017-10-27 13:39:23 -04:00
parent 7c22a02127
commit 95f2065167
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -xe
#
# Copyright 2016 (C) NetApp, Inc.
# Author: Ben Swartzlander <ben@swartzlander.org>

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -xe
#
# Copyright 2016 (C) NetApp, Inc.
# Author: Ben Swartzlander <ben@swartzlander.org>

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -xe
#
# Copyright 2016 (C) NetApp, Inc.
# Author: Ben Swartzlander <ben@swartzlander.org>

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -xe
CONFIG_DIR=/tmp/configdir
CONFIG_ISO=/tmp/configdrive.iso