mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
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.
1 line
64 B
Text
1 line
64 B
Text
* Fix issue when renaming temporary files to another filesystem
|