mirror of
https://git.proxmox.com/git/pve-firmware
synced 2025-04-28 12:53:45 +00:00
assemble: require minimum deletions to catch overly flexible GLOBs
just a basic safety test Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e9c9ca7c70
commit
0cfd91fd5f
@ -655,4 +655,7 @@ for my $f (@$all_fw_files) {
|
||||
|
||||
print "cleanup end result: keep: $keep, delete: $delete\n";
|
||||
|
||||
# just some random boundary to catch some stupid '*' GLOB errors, adapt as needed.
|
||||
die "delete number is awfully low ($delete < 100)\n" if $delete < 100;
|
||||
|
||||
exit(0);
|
||||
|
Loading…
Reference in New Issue
Block a user