forked from TrueCloudLab/rclone
cmd: Make --progress update the stats right at the end
Before this when rclone exited the stats would just show the last printed version, rather than the actual final state.
This commit is contained in:
parent
c4b0a37b21
commit
4f6a942595
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ func startProgress() func() {
|
||||||
printProgress("")
|
printProgress("")
|
||||||
case <-stopStats:
|
case <-stopStats:
|
||||||
ticker.Stop()
|
ticker.Stop()
|
||||||
|
printProgress("")
|
||||||
fs.LogPrint = oldLogPrint
|
fs.LogPrint = oldLogPrint
|
||||||
fmt.Println("")
|
fmt.Println("")
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue