mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 03:59:11 +00:00
configDB - minor bugfix in update function
git-svn-id: https://svn.fhem.de/fhem/trunk@6455 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c5f27f4f2a
commit
7d0deb744d
@ -309,10 +309,10 @@ sub cfgDB_FileUpdate($) {
|
|||||||
$fhem_dbh->disconnect();
|
$fhem_dbh->disconnect();
|
||||||
if($id) {
|
if($id) {
|
||||||
my $filesize = -s $filename;
|
my $filesize = -s $filename;
|
||||||
_cfgDB_Fileimport($filename,$filesize,1) if $id;
|
_cfgDB_binFileimport($filename,$filesize,1) if $id;
|
||||||
Log 5, "file $filename updated in configDB";
|
Log 5, "file $filename updated in configDB";
|
||||||
}
|
}
|
||||||
return "";
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
# read and execute fhemconfig and fhemstate
|
# read and execute fhemconfig and fhemstate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user