mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Fix for LOGSTASH-1920
This commit is contained in:
parent
4f369e77a6
commit
455cb03fa6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
# Defaults you can override with environment variables
|
||||
LS_HEAP_SIZE="${LS_HEAP_SIZE:=500m}"
|
||||
|
||||
basedir=$(cd `dirname $0`/..; pwd)
|
||||
basedir=$(cd `dirname $0`/.. >/dev/null; /bin/pwd)
|
||||
. ${basedir}/bin/logstash.lib.sh
|
||||
|
||||
setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue