Add journal files to list of files in /var/log NOT viewable

This commit is contained in:
Brian Read 2025-01-15 18:39:22 +00:00
parent be49419eba
commit 957d2ada21

View File

@ -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;