mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
a3493eae37
commit
0956e2a3ae
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
# Install contrib plugins.
|
||||
# Install plugins.
|
||||
#
|
||||
# Usage:
|
||||
# bin/plugin --help
|
||||
|
||||
basedir=$(cd `dirname $0`/..; pwd)
|
||||
. ${basedir}/bin/logstash plugin "$@"
|
||||
exec ${basedir}/bin/logstash plugin "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue