@cryptotaxi247 / netdata-1 / commits / 5c5afa8c6

Adjust check-kernel-config.sh to run in bash (#9633)

Fix reference to bash on ebpf documentation.

Steve8291 committed Jul 31, 2020 at 13:11 UTC 5c5afa8c6a6684af14eba245704d015667a77300
1 file changed +1 -1
collectors/ebpf.plugin/README.md
+1 -1
@@ -266,7 +266,7 @@ The eBPF collector only works on Linux systems and with specific Linux kernels.
266 You can run our helper script to determine whether your system can support eBPF monitoring.
267
268 ```bash
269 -curl -sSL https://raw.githubusercontent.com/netdata/kernel-collector/master/tools/check-kernel-config.sh | sudo sh
269 +curl -sSL https://raw.githubusercontent.com/netdata/kernel-collector/master/tools/check-kernel-config.sh | sudo bash
270 ```
271
272 If this script returns no output, your system is ready to compile and run the eBPF collector.