diff --git a/core/commands/add.go b/core/commands/add.go index 3b5272199..a6c809aa1 100644 --- a/core/commands/add.go +++ b/core/commands/add.go @@ -327,6 +327,14 @@ You can now check what blocks have been created by: return } } + + if progress && bar.Total == 0 && bar.Get() != 0 { + bar.Total = bar.Get() + bar.ShowPercent = true + bar.ShowBar = true + bar.ShowTimeLeft = true + bar.Update() + } } if e := res.Error(); e != nil {