From 7f951244ceead15cafe91e41d0b5d9a4794d15d3 Mon Sep 17 00:00:00 2001 From: scott-greenberg-sysdig <53448931+scott-greenberg-sysdig@users.noreply.github.com> Date: Mon, 9 Dec 2019 16:51:57 -0500 Subject: [PATCH] [SMAGENT-2075] installer removes older sysdig-probes before loading newly built probe (#1558) * install script now loads latest built probe at tend of script * fixed modprobe command to remove -r flag * reverting -r flag in modprobe --- scripts/install-sysdig.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install-sysdig.in b/scripts/install-sysdig.in index 020acb9ca3..058ee341af 100644 --- a/scripts/install-sysdig.in +++ b/scripts/install-sysdig.in @@ -196,3 +196,5 @@ elif [ -f /etc/system-release-cpe ]; then else unsupported fi + +modprobe -r _COMPONENT__probe