mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@5896 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a68a84f8d4
commit
2e3d428246
@ -788,7 +788,8 @@ update_GetRemoteFiles($$$$)
|
|||||||
print FH $fileContent;
|
print FH $fileContent;
|
||||||
close (FH);
|
close (FH);
|
||||||
Log 5, "update write $localFile";
|
Log 5, "update write $localFile";
|
||||||
$writeError .= _cfgDB_Updatefile($localFile) if(configDBUsed());
|
$writeError .= cfgDB_FileUpdate($localFile) if(configDBUsed());
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
delete $updateFiles_ref->{$f};
|
delete $updateFiles_ref->{$f};
|
||||||
Log 1, "update Can't write $localFile: $!";
|
Log 1, "update Can't write $localFile: $!";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user