examples/ignition: Add -xe to bash scripts

This commit is contained in:
Dalton Hubble
2016-07-11 10:50:12 -07:00
parent 40078a57e9
commit 721e6dc0ff

View File

@@ -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