Changed qubeize_image back to use set -e not set -x
This commit is contained in:
parent
8c212df88f
commit
c1938374e2
@ -10,8 +10,7 @@ export LC_ALL=POSIX
|
||||
. ./builder_setup >/dev/null
|
||||
. ./umount.sh >/dev/null
|
||||
|
||||
#set -e
|
||||
set -x
|
||||
set -e
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
echo "usage $0 <clean_image_file> <template_name>"
|
||||
|
Loading…
Reference in New Issue
Block a user