diff --git a/fhem/FHEM/98_update.pm b/fhem/FHEM/98_update.pm index 89a5e4312..005cf9365 100644 --- a/fhem/FHEM/98_update.pm +++ b/fhem/FHEM/98_update.pm @@ -312,7 +312,7 @@ doUpdate($$$$) $canJoin = 1; } - my @excl = split(" ", AttrVal("global", "exclude_from_update", "")); + my @excl = split(/[\s,]+/, AttrVal("global", "exclude_from_update", "")); my $noSzCheck = AttrVal("global", "updateNoFileCheck", configDBUsed()); my $hideExcl = AttrVal("global", "hideExcludedUpdates", 0); #Forum #124670 @@ -672,10 +672,11 @@ upd_writeFile($$$$)
  • exclude_from_update
    - Contains a space separated list of fileNames (regexps) which will be - excluded by an update. The special value commandref will disable calling - commandref_join at the end, i.e commandref.html will be out of date. - The module-only documentation is not affected and is up-to-date.
    + Contains a space or comma separated list of fileNames (regexps) which + will be excluded by an update. The special value commandref will + disable calling commandref_join at the end, i.e commandref.html will be + out of date. The module-only documentation is not affected and is + up-to-date.
    Example: