summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--collectors/ebpf.plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/ebpf.plugin/README.md b/collectors/ebpf.plugin/README.md
index 0179397c7a..44e238e36d 100644
--- a/collectors/ebpf.plugin/README.md
+++ b/collectors/ebpf.plugin/README.md
@@ -252,7 +252,7 @@ output.
```bash
cd /usr/libexec/netdata/plugins.d/
-sudo -u netdata bash
+sudo su -s /bin/bash netdata
./ebpf.plugin
```