export ES_PATH_CONF because elasticsearch-env fails if it can't access
it
This commit is contained in:
parent
7f9ae5f2e5
commit
e5da92f895
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ export ES_JAVA_OPTS
|
||||||
export JAVA_HOME
|
export JAVA_HOME
|
||||||
export ES_INCLUDE
|
export ES_INCLUDE
|
||||||
export ES_JVM_OPTIONS
|
export ES_JVM_OPTIONS
|
||||||
|
export ES_PATH_CONF
|
||||||
|
|
||||||
# export unsupported variables so bin/elasticsearch can reject them and inform the user these are unsupported
|
# export unsupported variables so bin/elasticsearch can reject them and inform the user these are unsupported
|
||||||
if test -n "$ES_MIN_MEM"; then export ES_MIN_MEM; fi
|
if test -n "$ES_MIN_MEM"; then export ES_MIN_MEM; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue