diff --git a/FHEM/98_update.pm b/FHEM/98_update.pm index 2f414aa2e..7f7beda7b 100644 --- a/FHEM/98_update.pm +++ b/FHEM/98_update.pm @@ -619,7 +619,7 @@ update_CheckUpdates($$$$$) last; } - next if (-e $f && !$force && + next if (!$force && $lControl{$pack}{$f}{date} && $rControl{$pack}{$f}{date} eq $lControl{$pack}{$f}{date});