mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_update.pm: fix hideExcludedUpdates for update check (Forum #124670)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25363 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
911b47ff26
commit
52cff132af
@ -386,6 +386,7 @@ doUpdate($$$$)
|
|||||||
$nChanged++;
|
$nChanged++;
|
||||||
my $sfx = ($arg eq "checktime" ? " $r[1]" : "");
|
my $sfx = ($arg eq "checktime" ? " $r[1]" : "");
|
||||||
$sfx =~ s/_.*//;
|
$sfx =~ s/_.*//;
|
||||||
|
next if($isCheck && $wouldExcl && $hideExcl);
|
||||||
uLog 1, "$cmd $fName$sfx".
|
uLog 1, "$cmd $fName$sfx".
|
||||||
($isCheck && $wouldExcl ? " (excluded from update)" : "");
|
($isCheck && $wouldExcl ? " (excluded from update)" : "");
|
||||||
next if($isCheck);
|
next if($isCheck);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user