Skip to content

Commit

Permalink
[SMAGENT-2075] installer removes older sysdig-probes before loading n…
Browse files Browse the repository at this point in the history
…ewly 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
  • Loading branch information
scott-greenberg-sysdig authored Dec 9, 2019
1 parent f17d02e commit 7f95124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install-sysdig.in
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,5 @@ elif [ -f /etc/system-release-cpe ]; then
else
unsupported
fi

modprobe -r _COMPONENT__probe

0 comments on commit 7f95124

Please sign in to comment.