export ES_PATH_CONF because elasticsearch-env fails if it can't access

it
This commit is contained in:
Michael Russell 2018-01-31 11:08:36 +01:00
parent 7f9ae5f2e5
commit e5da92f895
No known key found for this signature in database
GPG key ID: A90C1696496085FE

View file

@ -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