mirror of
https://git.proxmox.com/git/pve-firmware
synced 2025-05-01 10:18:48 +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'`;
|
my $sr = `find '$fwsrc1' -type f -name '$name'`;
|
||||||
chomp $sr;
|
chomp $sr;
|
||||||
if ($sr) {
|
if ($sr) {
|
||||||
#print "found $fw in $sr\n";
|
print "found $fw in $sr\n";
|
||||||
copy_fw($sr, $fwdest);
|
copy_fw($sr, $fwdest);
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
@ -436,7 +436,7 @@ while(defined(my $line = <TMP>)) {
|
|||||||
$sr = `find '$fwsrc3' -type f -name '$name'`;
|
$sr = `find '$fwsrc3' -type f -name '$name'`;
|
||||||
chomp $sr;
|
chomp $sr;
|
||||||
if ($sr) {
|
if ($sr) {
|
||||||
#print "found $fw in $sr\n";
|
print "found $fw in $sr\n";
|
||||||
copy_fw($sr, $fwdest);
|
copy_fw($sr, $fwdest);
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user