mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
Fix delete command to wait until all finished - fixes missing deletes.
This also could affect deletes at the end of the sync command.
This commit is contained in:
parent
b1dd8e998b
commit
a6320bbad3
@ -906,6 +906,7 @@ func Delete(f Fs) error {
|
||||
delete <- o
|
||||
})
|
||||
close(delete)
|
||||
wg.Wait()
|
||||
return err
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user