2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 23:09:26 +00:00

update: configDb fix

git-svn-id: https://svn.fhem.de/fhem/trunk@5659 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-04-26 07:01:21 +00:00
parent 2c38b10177
commit 670cb6615c

View File

@ -788,6 +788,7 @@ update_GetRemoteFiles($$$$)
print FH $fileContent;
close (FH);
Log 5, "update write $localFile";
$writeError .= _cfgDB_Updatefile($localFile) if(configDBUsed());
} else {
delete $updateFiles_ref->{$f};
Log 1, "update Can't write $localFile: $!";