We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f50889 commit 179c91cCopy full SHA for 179c91c
server/mods-available/monitor_core_module.inc.php
@@ -682,7 +682,7 @@ function monitorRkHunter(){
682
/*
683
* Fetch the output
684
*/
685
- $data['output'] = shell_exec('rkhunter --update --check --nocolors --skip-keypress');
+ $data['output'] = shell_exec('rkhunter --update --checkall --nocolors --skip-keypress');
686
687
688
* At this moment, there is no state (maybe later)
0 commit comments