mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
commit
4f369e77a6
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ case $1 in
|
|||
echo "Exiting."
|
||||
exit 1
|
||||
fi
|
||||
gzip -dc ${TARGETDIR}${FILENAME} | tar -xC $TARGETDIR
|
||||
gzip -dc ${TARGET} | tar -xC $TARGETDIR
|
||||
cp -R ${TARGETDIR}/$FILEPATH/* . ;; # Copy contents to local directory, adding on top of existing install
|
||||
*)
|
||||
echo "Usage: bin/plugin install contrib"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue