Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed May 17, 2023
1 parent 0bb4619 commit 96a962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/packaging/build_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ if [ -f ebpf_prog/modules/opensnitch.o ]; then
if objdump -h ebpf_prog/modules/opensnitch.o | grep "kprobe/tcp_v4_connect"; then
ls ebpf_prog/modules/*.o
echo -e "\n * eBPF modules compiled. Now you can copy the *.o files to /etc/opensnitchd/ and restart the daemon\n"
exit 1
else
echo -e "\n [WARN] opensnitch.o module not valid\n"
exit 1
fi
else
echo -e "\n [WARN] opensnitch.o module not compiled\n"
Expand Down

0 comments on commit 96a962b

Please sign in to comment.