Skip to content

Commit 179c91c

Browse files
committed
Changed rkhunter option --check to --checkall
1 parent 8f50889 commit 179c91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/mods-available/monitor_core_module.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ function monitorRkHunter(){
682682
/*
683683
* Fetch the output
684684
*/
685-
$data['output'] = shell_exec('rkhunter --update --check --nocolors --skip-keypress');
685+
$data['output'] = shell_exec('rkhunter --update --checkall --nocolors --skip-keypress');
686686

687687
/*
688688
* At this moment, there is no state (maybe later)

0 commit comments

Comments
 (0)