Skip to content

Commit

Permalink
Remove duplicate regex in system.go for -check-requirements
Browse files Browse the repository at this point in the history
(cherry picked from commit fa2f106)
  • Loading branch information
gustavo-iniguez-goya committed Jun 13, 2024
1 parent ff407e7 commit 496e905
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemon/core/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func CheckSysRequirements() {
"Regexps": [
"CONFIG_KPROBES=y",
"CONFIG_KPROBES_ON_FTRACE=y",
"CONFIG_KPROBES_ON_FTRACE=y",
"CONFIG_HAVE_KPROBES=y",
"CONFIG_HAVE_KPROBES_ON_FTRACE=y",
"CONFIG_KPROBE_EVENTS=y"
Expand Down

0 comments on commit 496e905

Please sign in to comment.