Updated shebang in scripts for better portability

This commit is contained in:
Ivan Font
2017-01-26 16:23:42 -08:00
parent 9272b2556e
commit 9888571715
11 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
set -x
if [[ -z ${NUM_CONTROLLERS} || -z ${NUM_WORKERS} || -z ${KUBERNETES_VERSION} ]]; then