mirror of
https://github.com/rclone/rclone.git
synced 2025-06-21 04:08:02 +02:00
Don't check md5sum after download with --size-only - fixes #75
This commit is contained in:
parent
e04acb09ce
commit
97dced6a0b
@ -193,6 +193,7 @@ tryAgain:
|
||||
}
|
||||
|
||||
// Verify md5sums are the same after transfer - ignoring blank md5sums
|
||||
if !Config.SizeOnly {
|
||||
srcMd5sum, md5sumErr := src.Md5sum()
|
||||
if md5sumErr != nil {
|
||||
Stats.Error()
|
||||
@ -210,6 +211,7 @@ tryAgain:
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Debug(src, actionTaken)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user