Turn off error checking prior to sanity checking.

This commit is contained in:
Brendan Burns 2014-07-18 09:47:13 -07:00
parent 7d0b8e0c1c
commit a9723d059a

View File

@ -133,6 +133,9 @@ until $(curl --insecure --user ${user}:${passwd} --max-time 5 \
sleep 2
done
# Don't bail on errors, we want to be able to print some info.
set +e
# Basic sanity checking
for (( i=0; i<${#MINION_NAMES[@]}; i++)); do
# Make sure docker is installed