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
Steve8291 committed
Dec 31, 2020 at 09:15 UTC
ea7ea2a5eae9e941e12e216c995f6493b0fd5f3c
1 file changed
+1
-1
collectors/ebpf.plugin/README.md
+1
-1
@@ -252,7 +252,7 @@ output.
252
253
```bash
254
cd /usr/libexec/netdata/plugins.d/
255
-sudo -u netdata bash
255
+sudo su -s /bin/bash netdata
256
./ebpf.plugin
257
```
258