bowerscd / special-tribble

0 stars 0 forks source link

db: write file instead of renaming #4

Closed bowerscd closed 2 years ago

bowerscd commented 2 years ago

Renaming fails with network shared utilities, as they belong to different block devices and filesystems, and the inode can't be moved across. Instead write the file.

Signed-off-by: Deven Bowers bowerscd.source@gmail.com

Solves #2