mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-10 17:10:53 +00:00
fix multi runner passive tapper command
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
# this script runs both executables and exits everything if one fails
|
||||
./apiserver &
|
||||
./passivetapper -i eth0 &
|
||||
./passivetapper -i any -hardump -hardir /tmp/mizuhars -harentriesperfile 50 &
|
||||
wait -n
|
||||
pkill -P $$
|
||||
|
||||
Reference in New Issue
Block a user