We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b4d6c commit 9b9f85eCopy full SHA for 9b9f85e
distribution/src/main/resources/bin/elasticsearch-env
@@ -80,7 +80,7 @@ if [ -z "$ES_TMPDIR" ]; then
80
mktemp_coreutils=$?
81
set -e
82
if [ $mktemp_coreutils -eq 0 ]; then
83
- ES_TMPDIR=`mktemp -d --tmpdir "elasticearch.XXXXXXXX"`
+ ES_TMPDIR=`mktemp -d --tmpdir "elasticsearch.XXXXXXXX"`
84
else
85
ES_TMPDIR=`mktemp -d -t elasticsearch`
86
fi
0 commit comments