Skip to content

Commit

Permalink
fix wait was already called
Browse files Browse the repository at this point in the history
  • Loading branch information
Son Roy Almerol committed Nov 15, 2024
1 parent c190475 commit cadd51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend/mount/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func Mount(target *store.Target) (*AgentMount, error) {

agentMount.Cmd = mnt

err = mnt.Run()
err = mnt.Start()
if err != nil {
agentMount.Unmount()
return nil, fmt.Errorf("Mount: error starting rclone for sftp -> %w", err)
Expand Down

0 comments on commit cadd51d

Please sign in to comment.