Skip to content

Commit 5f676ec

Browse files
authored
Rename JAVA_HOME to ES_JAVA_HOME in environment (#69281)
This commit renames JAVA_HOME to ES_JAVA_HOME in the default environment file that ships with the Debian and RPM pacakges. This commented out environment variable shouldu use our preferred name here.
1 parent 4482716 commit 5f676ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/packages/src/common/env/elasticsearch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ES_HOME=/usr/share/elasticsearch
77

88
# Elasticsearch Java path
9-
#JAVA_HOME=
9+
#ES_JAVA_HOME=
1010

1111
# Elasticsearch configuration directory
1212
# Note: this setting will be shared with command-line tools

0 commit comments

Comments
 (0)