Skip to content

Commit

Permalink
Add documentation for Bash requirement
Browse files Browse the repository at this point in the history
This commit adds a note to the docs regarding the requirements for Bash.

Relates elastic#23464
  • Loading branch information
jasontedor committed Mar 2, 2017
1 parent 16ec7af commit 2609585
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/reference/setup/install/zip-targz.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ Elasticsearch can be started from the command line as follows:
By default, Elasticsearch runs in the foreground, prints its logs to the
standard output (`stdout`), and can be stopped by pressing `Ctrl-C`.

NOTE: All scripts packaged with Elasticsearch require a version of Bash
that supports arrays and assume that Bash is available at `/bin/bash`.
As such, Bash should be available at this path either directly or via a
symbolic link.

include::check-running.asciidoc[]

Log printing to `stdout` can be disabled using the `-q` or `--quiet`
Expand Down

0 comments on commit 2609585

Please sign in to comment.