diff --git a/fhem/configDB.pm b/fhem/configDB.pm index 869d46fa1..23e7f7ee4 100644 --- a/fhem/configDB.pm +++ b/fhem/configDB.pm @@ -201,7 +201,7 @@ my %dbconfig; ## support multiple hosts from one fhem installation ## my $configs = join("",@config); -my @configs = split(/;/,$configs); +my @configs = split(/;\n/,$configs); my $count = @configs; if ($count > 1) {