From 52cff132af66d4c5890fc3cd2a44a1a508502da3 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 21 Dec 2021 19:37:07 +0000 Subject: [PATCH] 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 --- FHEM/98_update.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FHEM/98_update.pm b/FHEM/98_update.pm index b2c8089e5..7bd68aa11 100644 --- a/FHEM/98_update.pm +++ b/FHEM/98_update.pm @@ -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);