mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] Fix double spaces (#71082)
This commit is contained in:
parent
83725e4b38
commit
693807a6d3
282 changed files with 834 additions and 834 deletions
|
@ -231,7 +231,7 @@ user for confirmation before continuing with installation.
|
|||
When running the plugin install script from another program (e.g. install
|
||||
automation scripts), the plugin script should detect that it is not being
|
||||
called from the console and skip the confirmation response, automatically
|
||||
granting all requested permissions. If console detection fails, then batch
|
||||
granting all requested permissions. If console detection fails, then batch
|
||||
mode can be forced by specifying `-b` or `--batch` as follows:
|
||||
|
||||
[source,shell]
|
||||
|
@ -243,7 +243,7 @@ sudo bin/elasticsearch-plugin install --batch [pluginname]
|
|||
=== Custom config directory
|
||||
|
||||
If your `elasticsearch.yml` config file is in a custom location, you will need
|
||||
to specify the path to the config file when using the `plugin` script. You
|
||||
to specify the path to the config file when using the `plugin` script. You
|
||||
can do this as follows:
|
||||
|
||||
[source,sh]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue