MNAIO: Remove verbose output for bootstrap

The verbose output is confusing and actually makes troubleshooting
harder.

Change-Id: Iaec20866c82735dbf07592521aceacca998f3f1f
This commit is contained in:
Jesse Pretorius 2018-10-17 11:07:35 +01:00
parent 2de8dbb24a
commit 2614846180
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
set -o pipefail
set -euov
set -euo
BINDEP_FILE=${BINDEP_FILE:-bindep.txt}