mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
commit
75dd9e0fee
@ -98,10 +98,10 @@ func (cmd CmdMount) Execute(args []string) error {
|
||||
case err := <-errServe:
|
||||
return err
|
||||
case <-cmd.done:
|
||||
err := c.Close()
|
||||
err := systemFuse.Unmount(mountpoint)
|
||||
if err != nil {
|
||||
cmd.global.Printf("Error closing fuse connection: %s\n", err)
|
||||
cmd.global.Printf("Error umounting: %s\n", err)
|
||||
}
|
||||
return systemFuse.Unmount(mountpoint)
|
||||
return c.Close()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user