mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 17:55:46 +02: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:
@@ -906,6 +906,7 @@ func Delete(f Fs) error {
|
||||
delete <- o
|
||||
})
|
||||
close(delete)
|
||||
wg.Wait()
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user