Skip to content

Commit 3b5425c

Browse files
Update check.sh
1 parent 7e47f8d commit 3b5425c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ case "$1" in
1414
sudo bpftool prog loadall "$FILE" "$PIN_PATH" autoattach
1515
echo "[+] Program loaded. Press Ctrl+C to stop"
1616
sudo cat /sys/kernel/debug/tracing/trace_pipe
17-
sudo rm -f "$PIN_PATH"
17+
sudo rm -rf "$PIN_PATH"
1818
echo "[+] Stopped"
1919
;;
2020
stop)

0 commit comments

Comments
 (0)