Skip to content

Commit 8e5ee2c

Browse files
RESTART_ON_UPGRADE incorrectly named ES_RESTART_ON_UPGRADE in sysconfig (elastic#19976)
Closes elastic#19950
1 parent 15c96df commit 8e5ee2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/src/main/packaging/env/elasticsearch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#ES_JAVA_OPTS=
2525

2626
# Configure restart on package upgrade (true, every other setting will lead to not restarting)
27-
#ES_RESTART_ON_UPGRADE=true
27+
#RESTART_ON_UPGRADE=true
2828

2929
################################
3030
# Elasticsearch service

0 commit comments

Comments
 (0)