From 7abb4d83e640ef6dc5c0e8951c7c80d4411fb225 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Thu, 10 Sep 2015 16:32:49 +0100 Subject: set -e all the things --- deploy_a_system.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deploy_a_system.sh') diff --git a/deploy_a_system.sh b/deploy_a_system.sh index fd52a52..5cd2728 100755 --- a/deploy_a_system.sh +++ b/deploy_a_system.sh @@ -2,6 +2,8 @@ # Script to deploy a cluster +set -e + cluster_name="$1" definitions_dir=definitions -- cgit v1.2.1