mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[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:
parent
36cd87b75f
commit
d2a2b0fec1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue