From ea7ea2a5eae9e941e12e216c995f6493b0fd5f3c Mon Sep 17 00:00:00 2001 From: Steve8291 Date: Thu, 31 Dec 2020 09:15:47 -0500 Subject: 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 --- collectors/ebpf.plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit v1.2.3