Fixing typo for path.conf location (#19098)
Changing -Ees.path.conf to -Epath.conf
This commit is contained in:
parent
5903966dc8
commit
dbf1f61c5b
|
@ -26,7 +26,7 @@ setting, as follows:
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
-------------------------------
|
-------------------------------
|
||||||
./bin/elasticsearch -Ees.path.conf=/path/to/my/config/
|
./bin/elasticsearch -Epath.conf=/path/to/my/config/
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
|
|
Loading…
Reference in New Issue