added verbose to debug mode dump
This commit is contained in:
parent
a897b6192d
commit
04fd843b87
|
@ -191,7 +191,10 @@ if (exists($lynis_report_data{'tests_executed'})) {
|
|||
}
|
||||
|
||||
if ($debug) {
|
||||
print colored("In debug mode. Dumping data hash.\n", "yellow");
|
||||
print color('yellow');
|
||||
print Dumper(\%lynis_report_data);
|
||||
print color('reset');
|
||||
exit 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user