Skip to content

Commit

Permalink
fix prerm script on Linux (fixes #644)
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC authored Nov 26, 2024
1 parent dd46f32 commit a1f115a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/packaging/linux/scripts/prerm
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

setcap '' /usr/bin/sniffnet
setcap -r /usr/bin/sniffnet

0 comments on commit a1f115a

Please sign in to comment.