From 721e6dc0ff0950da0d7cbd1ff793831241fc2a0e Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Mon, 11 Jul 2016 10:50:12 -0700 Subject: [PATCH] examples/ignition: Add -xe to bash scripts --- examples/ignition/k8s-master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ignition/k8s-master.yaml b/examples/ignition/k8s-master.yaml index 6fe206d3..1a7b7ee8 100644 --- a/examples/ignition/k8s-master.yaml +++ b/examples/ignition/k8s-master.yaml @@ -607,7 +607,7 @@ storage: mode: 0544 contents: inline: | - #!/bin/bash + #!/bin/bash -ex function init_flannel { echo "Waiting for etcd..." while true @@ -636,7 +636,7 @@ storage: mode: 0544 contents: inline: | - #!/bin/bash + #!/bin/bash -ex echo "Waiting for Kubernetes API..." until curl --silent "http://127.0.0.1:8080/version" do