2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 10:46:03 +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:
rudolfkoenig 2021-12-21 19:37:07 +00:00
parent fa6bcbb22a
commit eeb69e217c

View File

@ -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);