Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
179c91c5
Commit
179c91c5
authored
Dec 09, 2008
by
tbrehm
Browse files
Changed rkhunter option --check to --checkall
parent
8f508895
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/mods-available/monitor_core_module.inc.php
View file @
179c91c5
...
...
@@ -682,7 +682,7 @@ class monitor_core_module {
/*
* Fetch the output
*/
$data
[
'output'
]
=
shell_exec
(
'rkhunter --update --check --nocolors --skip-keypress'
);
$data
[
'output'
]
=
shell_exec
(
'rkhunter --update --check
all
--nocolors --skip-keypress'
);
/*
* At this moment, there is no state (maybe later)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment