summaryrefslogtreecommitdiff
path: root/deploy_a_system.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-11 15:11:53 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-11 15:11:53 +0100
commit80412ca7912928d764f0d3194dd6d71174d70068 (patch)
treece40e10e9610cafa456c78dc48f0d3719e641fed /deploy_a_system.sh
parentc77fbe338047d7cf5243929962cacc45e760156c (diff)
downloadbuildslave-scripts-80412ca7912928d764f0d3194dd6d71174d70068.tar.gz
Add missing set -x
Diffstat (limited to 'deploy_a_system.sh')
-rwxr-xr-xdeploy_a_system.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_a_system.sh b/deploy_a_system.sh
index e28da5a..05700ed 100755
--- a/deploy_a_system.sh
+++ b/deploy_a_system.sh
@@ -2,7 +2,7 @@
# Script to deploy a cluster
-set -e
+set -ex
cluster_name="$1"