5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
zeek -N Zeek::Storage_Backend_Redis && which redis-server >/dev/null
|
|
exit $?
|