mirror of
https://git.proxmox.com/git/pve-firmware
synced 2025-04-28 22:37:23 +00:00
print all found firmware files
This commit is contained in:
parent
af0a63147b
commit
33e03db5fa
@ -420,7 +420,7 @@ while(defined(my $line = <TMP>)) {
|
||||
my $sr = `find '$fwsrc1' -type f -name '$name'`;
|
||||
chomp $sr;
|
||||
if ($sr) {
|
||||
#print "found $fw in $sr\n";
|
||||
print "found $fw in $sr\n";
|
||||
copy_fw($sr, $fwdest);
|
||||
next;
|
||||
}
|
||||
@ -436,7 +436,7 @@ while(defined(my $line = <TMP>)) {
|
||||
$sr = `find '$fwsrc3' -type f -name '$name'`;
|
||||
chomp $sr;
|
||||
if ($sr) {
|
||||
#print "found $fw in $sr\n";
|
||||
print "found $fw in $sr\n";
|
||||
copy_fw($sr, $fwdest);
|
||||
next;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user