From fa7a4bd9a14e2b9ff6ab06be3abcb05094ef57f1 Mon Sep 17 00:00:00 2001 From: Kevin Pouget Date: Tue, 4 May 2021 13:26:04 +0200 Subject: [PATCH] toolbox/entitlement/entitle.sh: do not source ../_common.sh --- toolbox/entitlement/entitle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/entitlement/entitle.sh b/toolbox/entitlement/entitle.sh index 32c5f8ee65..744e138946 100755 --- a/toolbox/entitlement/entitle.sh +++ b/toolbox/entitlement/entitle.sh @@ -13,7 +13,7 @@ extract_entitlement_key() { } THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -source ${THIS_DIR}/../_common.sh +cd ${THIS_DIR}/../.. echo "Testing if the cluster is already entitled ..." if toolbox/entitlement/test.sh --no-inspect; then