add debug check

This commit is contained in:
Thomas Fricke 2015-12-07 11:33:59 +01:00 committed by Julian Strobl
parent ee3c66fd46
commit 66a5a8bc0a

View File

@ -16,6 +16,8 @@
# A library of helper functions that each provider hosting Kubernetes must implement to use cluster/kube-*.sh scripts.
[ ! -z ${UTIL_SH_DEBUG+x} ] && set -x
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
readonly ROOT=$(dirname "${BASH_SOURCE}")
source "$ROOT/${KUBE_CONFIG_FILE:-"config-default.sh"}"