add deprecation notice to bin/plugin command

Fixes #4891
This commit is contained in:
Pere Urbon-Bayes 2016-03-23 12:07:08 +01:00 committed by Suyog Rao
parent 352e8d9cfc
commit d98f7d946c

View file

@ -1,5 +1,7 @@
#!/bin/sh
echo "The use of bin/plugin is deprecated and will be removed in a feature release."
unset CDPATH
. "$(cd `dirname $0`/..; pwd)/bin/logstash.lib.sh"
setup