mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Introduce elasticsearch-env for Windows
This commit introduces the elasticsearch-env.bat script for Windows to simplify development and maintenance of scripts on Windows. Relates #25958
This commit is contained in:
parent
636748e270
commit
7afe96b2ff
@ -45,7 +45,7 @@ if [ ! -x "$JAVA" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# check the JAVA version
|
||||
# check the Java version
|
||||
"$JAVA" -cp "$ES_CLASSPATH" org.elasticsearch.tools.JavaVersionChecker
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
|
BIN
distribution/src/main/resources/bin/elasticsearch-env.bat
Normal file
BIN
distribution/src/main/resources/bin/elasticsearch-env.bat
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user