mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
d022c81d99
When running `rclone mount`, there were 2 signal handlers for `os.Interrupt`. Those handlers would run concurrently and in some cases cause either unmount or `atexit.Run()` being skipped. In addition `atexit.Run()` will get called in `resolveExitCode` to ensure cleanup on errors. |
||
---|---|---|
.. | ||
test | ||
dir.go | ||
file.go | ||
fs.go | ||
handle.go | ||
mount_test.go | ||
mount_unsupported.go | ||
mount.go |