mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-29 05:43:58 +00:00
Update dev.sh
parent
97b606910f
commit
857657b6e0
@ -176,8 +176,7 @@ Save this script to a file named `dev.sh`:
|
||||
```bash
|
||||
#!/bin/bash
|
||||
|
||||
rm entries.db
|
||||
rm -rf pprof/* && make clean && make agent
|
||||
rm -rf entries/ && mkdir -p entries && rm -rf pprof/* && make clean && make agent
|
||||
sudo setcap cap_net_raw,cap_net_admin=eip ./agent/build/mizuagent
|
||||
./agent/build/mizuagent --api-server & \
|
||||
PID1=$! && \
|
||||
|
Loading…
Reference in New Issue
Block a user