mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 03:59:11 +00:00
98_update: fix for windows
git-svn-id: https://svn.fhem.de/fhem/trunk@6454 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b46743f26b
commit
c5f27f4f2a
@ -307,6 +307,7 @@ upd_writeFile($$$$)
|
||||
mv "$root/$restoreDir/$fName", "$root/$fName" if($restoreDir);
|
||||
return 0;
|
||||
}
|
||||
binmode(FD);
|
||||
print FD $content;
|
||||
close(FD);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user