summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/jobs/90-netdata-runtime-check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/makeself/jobs/90-netdata-runtime-check.sh')
-rwxr-xr-xpackaging/makeself/jobs/90-netdata-runtime-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/makeself/jobs/90-netdata-runtime-check.sh b/packaging/makeself/jobs/90-netdata-runtime-check.sh
index 86f4883d..38ebc4c8 100755
--- a/packaging/makeself/jobs/90-netdata-runtime-check.sh
+++ b/packaging/makeself/jobs/90-netdata-runtime-check.sh
@@ -11,7 +11,7 @@ dump_log() {
trap dump_log EXIT
export NETDATA_LIBEXEC_PREFIX="${NETDATA_INSTALL_PATH}/usr/libexec/netdata"
-export NETDATA_SKIP_LIBEXEC_PARTS="logs-management|freeipmi|xenstat|cups"
+export NETDATA_SKIP_LIBEXEC_PARTS="freeipmi|xenstat|cups"
if [ "$(uname -m)" != "x86_64" ]; then
export NETDATA_SKIP_LIBEXEC_PARTS="${NETDATA_SKIP_LIBEXEC_PARTS}|ebpf"