[7.4] Remove CACHE_DIR as an option for bootstrap cache dir du… (#48944)

This value is set by bash_standard_lib.sh to something totally unrelated (git-references dir)
This commit is contained in:
Brian Seeders 2019-10-23 11:54:12 -04:00 committed by GitHub
parent 36cd87b75f
commit d2a2b0fec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ set -e
installNode=$1
dir="$(pwd)"
cacheDir="${CACHE_DIR:-"$HOME/.kibana"}"
cacheDir="$HOME/.kibana"
RED='\033[0;31m'
C_RESET='\033[0m' # Reset color