summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve8291 <hambling8@gmail.com>2020-12-31 09:15:47 -0500
committerGitHub <noreply@github.com>2020-12-31 07:15:47 -0700
commitea7ea2a5eae9e941e12e216c995f6493b0fd5f3c (patch)
tree4b7a9ebea171ca29f9ad1fd90b48464219fb59e1
parent6fdd572ba5bd96db9538f24b4128b061bd462bbd (diff)
Use bash shell as user netdata for debug (#10425)
* Use bash shell as user netdata for debug Looked like this was just a typo but the command won't work as it was written. * Adjust debug command to work on all distros sudo su -s /bin/bash netdata
-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
```