Browse Source

Docs: Corrected path to elasticsearch-plugin (#23622)

Arnaud Venturi 8 years ago
parent
commit
89cbb0fed5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/plugins/plugin-script.asciidoc

+ 1 - 1
docs/plugins/plugin-script.asciidoc

@@ -20,7 +20,7 @@ sudo bin/elasticsearch-plugin -h
 .Running as root
 =====================
 If Elasticsearch was installed using the deb or rpm package then run
-`/usr/share/elasticsearch-plugin` as `root` so it can write to the appropriate files on disk.
+`/usr/share/elasticsearch/bin/elasticsearch-plugin` as `root` so it can write to the appropriate files on disk.
 Otherwise run `bin/elasticsearch-plugin` as the user that owns all of the Elasticsearch
 files.
 =====================