diff --git a/fhem/FHEM/98_update.pm b/fhem/FHEM/98_update.pm index ba897df3e..c00e63c6f 100644 --- a/fhem/FHEM/98_update.pm +++ b/fhem/FHEM/98_update.pm @@ -80,7 +80,7 @@ CommandUpdate($$) $updateInBackground = AttrVal("global","updateInBackground",1); if($arg =~ m/^(check|checktime|all|force)$/i) { $arg = lc($arg); - $updateInBackground = 0; + $updateInBackground = 0 if($arg ne "all"); } $updArg = $arg;