mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
4 lines
88 B
Bash
Executable file
4 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
|
|
zeek -N Zeek::Storage_Backend_Redis && which redis-server >/dev/null
|
|
exit $?
|