mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-10 09:00:15 +00:00
default value in api is input
fix description and pass the parameter in the multi runner script
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# this script runs both executables and exits everything if one fails
|
||||
./apiserver &
|
||||
./apiserver -hardir /tmp/mizuhars &
|
||||
./passivetapper -i any -hardump -hardir /tmp/mizuhars -harentriesperfile 50 &
|
||||
wait -n
|
||||
pkill -P $$
|
||||
|
||||
Reference in New Issue
Block a user