summarylogtreecommitdiffstats
path: root/nethogs.install
diff options
context:
space:
mode:
Diffstat (limited to 'nethogs.install')
-rw-r--r--nethogs.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/nethogs.install b/nethogs.install
index 5ee318d7c73d..7a60a8748d83 100644
--- a/nethogs.install
+++ b/nethogs.install
@@ -3,7 +3,7 @@
message(){
echo "In order to be run by a non-root user, nethogs needs the cap_net_admin and cap_net_raw capabilities. These can be set on the executable by using the setcap command, as follows:
-sudo setcap \"cap_net_admin,cap_net_raw+pe\" /usr/local/sbin/nethogs
+sudo setcap \"cap_net_admin,cap_net_raw+pe\" /usr/bin/nethogs
"
}