fleet/changes/issue-4792-download-tmp
Michal Nicpon d8d582760d
fix rename tmp file (#4862)
Renaming a temporary file to the final destination does not always work.
Specifically, if the source and destination paths are on different file
systems, you will get the following error

 invalid cross-device link

Instead, create temporary file in the destination directory.
2022-04-01 09:03:11 -06:00

1 line
64 B
Text

* Fix issue when renaming temporary files to another filesystem