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