2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

fheminfo: configDB patch (Forum #23076)

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

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);