From e8bd36190e6fd6556414e44a457e82a02b768cfb Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sat, 21 Feb 2015 21:10:02 +0000 Subject: [PATCH] commandref_join.pl: Make sure it works even if there is no configDB.pm git-svn-id: https://svn.fhem.de/fhem/trunk@8061 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/commandref_join.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/commandref_join.pl b/fhem/contrib/commandref_join.pl index 7e85bb911..12400d896 100755 --- a/fhem/contrib/commandref_join.pl +++ b/fhem/contrib/commandref_join.pl @@ -21,7 +21,7 @@ foreach my $modDir (@modDir) { $mods{$l} = "$modDir/$of"; } } -$mods{configDB} = "configDB.pm"; +$mods{configDB} = "configDB.pm" if(-f "configDb.pm"); my @lang = ("EN", "DE");