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:
parent
7c22a02127
commit
95f2065167
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh -xe
|
||||||
#
|
#
|
||||||
# Copyright 2016 (C) NetApp, Inc.
|
# Copyright 2016 (C) NetApp, Inc.
|
||||||
# Author: Ben Swartzlander <ben@swartzlander.org>
|
# Author: Ben Swartzlander <ben@swartzlander.org>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh -xe
|
||||||
#
|
#
|
||||||
# Copyright 2016 (C) NetApp, Inc.
|
# Copyright 2016 (C) NetApp, Inc.
|
||||||
# Author: Ben Swartzlander <ben@swartzlander.org>
|
# Author: Ben Swartzlander <ben@swartzlander.org>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh -xe
|
||||||
#
|
#
|
||||||
# Copyright 2016 (C) NetApp, Inc.
|
# Copyright 2016 (C) NetApp, Inc.
|
||||||
# Author: Ben Swartzlander <ben@swartzlander.org>
|
# Author: Ben Swartzlander <ben@swartzlander.org>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh -xe
|
||||||
|
|
||||||
CONFIG_DIR=/tmp/configdir
|
CONFIG_DIR=/tmp/configdir
|
||||||
CONFIG_ISO=/tmp/configdrive.iso
|
CONFIG_ISO=/tmp/configdrive.iso
|
||||||
|
Loading…
Reference in New Issue
Block a user