From 771ed1903ca15fd1e36d88f95f6557915630bd76 Mon Sep 17 00:00:00 2001 From: Trent Geerdes Date: Thu, 1 May 2014 10:04:52 -0600 Subject: [PATCH] Adding -x to set parameters for more output When the cache tarball gets fail the output doesn't indicate what url is failing. Adding '-x' displays the urls attempted. Change-Id: I71b2dbfd712e72c591410ca9b68edc76d493ad6e --- elements/ubuntu/root.d/10-cache-ubuntu-tarball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/ubuntu/root.d/10-cache-ubuntu-tarball b/elements/ubuntu/root.d/10-cache-ubuntu-tarball index ebef64702..757fea153 100755 --- a/elements/ubuntu/root.d/10-cache-ubuntu-tarball +++ b/elements/ubuntu/root.d/10-cache-ubuntu-tarball @@ -1,7 +1,7 @@ #!/bin/bash # These are useful, or at worst not harmful, for all images we build. -set -eu +set -eux set -o pipefail [ -n "$ARCH" ]