mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Scripts: do not descend into Private directories
This commit is contained in:
@@ -67,6 +67,7 @@ sub process_file
|
||||
my $filename = $File::Find::name;
|
||||
|
||||
return if not -f "$cwd/$filename";
|
||||
return if $filename =~ /\/Private\//;
|
||||
|
||||
my @lines = read_file( "$cwd/$filename" );
|
||||
my $possibly_bsd;
|
||||
|
||||
Reference in New Issue
Block a user