Merge pull request #1112 from ronnocol/master

Fix LOGSTASH-1936
This commit is contained in:
Aaron Mildenstein 2014-02-24 17:21:12 -06:00
commit 4f369e77a6

View file

@ -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"