summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/install-or-update.sh
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-10-29 12:39:11 +0000
committerGitHub <noreply@github.com>2021-10-29 12:39:11 +0000
commit28881271aa8a84ef00ec41673037b06636182b8e (patch)
tree157f56d5de4316d5ae3e8580b19957ca25ff7d53 /packaging/makeself/install-or-update.sh
parent0c3054059d982d353f738e391f9247c91b0ab6c4 (diff)
Bring eBPF to static binaries (#11709)
Diffstat (limited to 'packaging/makeself/install-or-update.sh')
-rwxr-xr-xpackaging/makeself/install-or-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/makeself/install-or-update.sh b/packaging/makeself/install-or-update.sh
index 0e9ba5478b..ae12cce7b6 100755
--- a/packaging/makeself/install-or-update.sh
+++ b/packaging/makeself/install-or-update.sh
@@ -214,7 +214,7 @@ run chown -R ${NETDATA_USER}:${NETDATA_GROUP} /opt/netdata
progress "fix plugin permissions"
-for x in apps.plugin freeipmi.plugin ioping cgroup-network; do
+for x in apps.plugin freeipmi.plugin ioping cgroup-network ebpf.plugin; do
f="usr/libexec/netdata/plugins.d/${x}"
if [ -f "${f}" ]; then