Skip to content

Commit 9d01d65

Browse files
authored
Update Djava.io.tmpdir parameter in jvm.options to add quotes (#21)
After elasticsearch change, ${ES_TMPDIR} needs quotes around it. Relates elastic/elasticsearch#39959
1 parent 43911f8 commit 9d01d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cars/v1/vanilla/templates/config/jvm.options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
-Dlog4j.shutdownHookEnabled=false
7070
-Dlog4j2.disable.jmx=true
7171

72-
-Djava.io.tmpdir=${ES_TMPDIR}
72+
-Djava.io.tmpdir="${ES_TMPDIR}"
7373

7474
## heap dumps
7575

0 commit comments

Comments
 (0)