8dd91eb2d6
Today when installing Elasticsearch from an archive distribution (tar.gz or zip), an empty plugins folder is not included. This means that if you install Elasticsearch and immediately run elasticsearch-plugin list, you will receive an error message about the plugins directory missing. While the plugins directory would be created when starting Elasticsearch for the first time, it would be better to just include an empty plugins directory in the archive distributions. This commit makes this the case. Note that the package distributions already include an empty plugins folder. Relates #21204 |
||
---|---|---|
.. | ||
deb | ||
integ-test-zip | ||
licenses | ||
rpm | ||
src/main | ||
tar | ||
zip | ||
build.gradle |