From 261484618022e0d1e4320fe9fb93275b580d76de Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 17 Oct 2018 11:07:35 +0100 Subject: [PATCH] MNAIO: Remove verbose output for bootstrap The verbose output is confusing and actually makes troubleshooting harder. Change-Id: Iaec20866c82735dbf07592521aceacca998f3f1f --- multi-node-aio/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-node-aio/bootstrap.sh b/multi-node-aio/bootstrap.sh index e7b0aecb..309e61e2 100755 --- a/multi-node-aio/bootstrap.sh +++ b/multi-node-aio/bootstrap.sh @@ -14,7 +14,7 @@ # limitations under the License. set -o pipefail -set -euov +set -euo BINDEP_FILE=${BINDEP_FILE:-bindep.txt}