mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
Scripts: sync script from plugins
This commit is contained in:
parent
3dd24ff4a2
commit
d62bf92f73
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue