mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 09:52:05 +02:00
mountlib: restore daemon mode after #5415
This commit is contained in:
@@ -270,7 +270,7 @@ func (vol *Volume) mount(id string) error {
|
||||
return errors.New("volume filesystem is not ready")
|
||||
}
|
||||
|
||||
if err := vol.mnt.Mount(); err != nil {
|
||||
if _, err := vol.mnt.Mount(); err != nil {
|
||||
return err
|
||||
}
|
||||
vol.mnt.MountedOn = time.Now()
|
||||
|
Reference in New Issue
Block a user