diff --git a/fhem/configDB.pm b/fhem/configDB.pm index ab0c0704d..6cc8af115 100644 --- a/fhem/configDB.pm +++ b/fhem/configDB.pm @@ -351,7 +351,7 @@ sub cfgDB_FW_fileList(@$) { next if( $f !~ m/^$dir/ ); $f =~ s,$dir\/,,; next if($f !~ m,^$re$,); - push @ret, "$f."; + push @ret, "$f.configDB"; } return @ret; }