fheminfo: configDB patch (Forum #23076)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-05-01 11:42:02 +00:00
parent c49d9a5e69
commit c7e495c81f

View File

@ -164,6 +164,8 @@ CommandFheminfo($$)
}
}
$info{modules}{configDB}{configDB} = 'unknown' if (configDBUsed());
my $str;
$str = "Fhem info:\n";
$str .= sprintf(" Release%*s: %s\n",2," ",$release);