mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
consolidate around --config arg, use js to resolve
This commit is contained in:
parent
382598fada
commit
73beac9cf1
2 changed files with 1 additions and 4 deletions
|
@ -21,6 +21,5 @@ if [ ! -x "$NODE" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
CONFIG_PATH="${DIR}/config/kibana.yml" exec "${NODE}" "${DIR}/src/cli/cli" ${@}
|
||||
exec "${NODE}" "${DIR}/src/cli/cli" ${@}
|
||||
|
||||
|
|
|
@ -61,5 +61,3 @@
|
|||
|
||||
# If you would like to send the log output to a file you can set the path below.
|
||||
# logging.dest: stdout
|
||||
|
||||
logging.json: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue