Add journal files to list of files in /var/log NOT viewable
This commit is contained in:
parent
be49419eba
commit
957d2ada21
@ -128,6 +128,7 @@ sub findlogFiles {
|
|||||||
# or not log files
|
# or not log files
|
||||||
foreach (
|
foreach (
|
||||||
qw(
|
qw(
|
||||||
|
journal
|
||||||
lastlog
|
lastlog
|
||||||
btmp$
|
btmp$
|
||||||
wtmp
|
wtmp
|
||||||
@ -293,4 +294,4 @@ sub download_logFile {
|
|||||||
);
|
);
|
||||||
return undef;
|
return undef;
|
||||||
} ## end sub download_logFile
|
} ## end sub download_logFile
|
||||||
1;
|
1;
|
Loading…
Reference in New Issue
Block a user