mirror of
https://github.com/restic/restic.git
synced 2026-05-31 06:14:52 +00:00
23d7464306
This corrects the order when the fuse mount is terminated by closing the done channel: Before, restic would close the fuse connection and only afterwards try to remove the mount, that does not work. Closes #494