From e5da92f895ee0854b1a98155df3c7d704944d904 Mon Sep 17 00:00:00 2001 From: Michael Russell Date: Wed, 31 Jan 2018 11:08:36 +0100 Subject: [PATCH] export ES_PATH_CONF because elasticsearch-env fails if it can't access it --- templates/init/debian/elasticsearch.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/init/debian/elasticsearch.j2 b/templates/init/debian/elasticsearch.j2 index 3ab782b..3aeb992 100755 --- a/templates/init/debian/elasticsearch.j2 +++ b/templates/init/debian/elasticsearch.j2 @@ -102,6 +102,7 @@ export ES_JAVA_OPTS export JAVA_HOME export ES_INCLUDE export ES_JVM_OPTIONS +export ES_PATH_CONF # 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