mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Removed log/rootfile check of kernel modules
This commit is contained in:
@@ -28,7 +28,7 @@ foreach(@FILES) {
|
|||||||
# print $_."\n";
|
# print $_."\n";
|
||||||
my $Found = 0;
|
my $Found = 0;
|
||||||
|
|
||||||
if ( $_ =~ /$\.log/ || $_ =~ /^\.+/ || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ ){
|
if ( $_ =~ /$\.log/ || $_ =~ /^\.+/ || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ || $_=~ /-kmod-/){
|
||||||
next;
|
next;
|
||||||
} elsif ( $_=~ /missing_rootfile/ ){
|
} elsif ( $_=~ /missing_rootfile/ ){
|
||||||
print "Rootfile for $_ missing!\n";
|
print "Rootfile for $_ missing!\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user