mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge pull request #1201 from lr1980/master
correct copy destination to $basedir
This commit is contained in:
commit
9e85a4abd3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ case $1 in
|
|||
exit 1
|
||||
fi
|
||||
gzip -dc ${TARGET} | tar -xC $TARGETDIR
|
||||
cp -R ${TARGETDIR}/$FILEPATH/* . ;; # Copy contents to local directory, adding on top of existing install
|
||||
cp -R ${TARGETDIR}/$FILEPATH/* $basedir ;; # Copy contents to local directory, adding on top of existing install
|
||||
*)
|
||||
echo "Usage: bin/plugin install contrib"
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue