mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/missing-plugin'
* origin/topic/jsiwek/missing-plugin: Improve error message when failing to activate a plugin. BIT-1252 #merged
This commit is contained in:
commit
a98dd29259
7 changed files with 15 additions and 7 deletions
|
@ -3,4 +3,4 @@
|
|||
# Returns true if Bro has been compiled with support for writer type
|
||||
# $1. The type name must match the plugin name that "bro -N" prints.
|
||||
|
||||
bro -N $1 >/dev/null
|
||||
bro -N | grep -q $1 >/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue