mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 14:56:29 +00:00
backup: Always remove the status lines once a backup ends
This commit is contained in:
parent
8d0ba55ecd
commit
d44df9d00d
@ -91,6 +91,8 @@ func (b *Backup) Run(ctx context.Context) error {
|
|||||||
t := time.NewTicker(time.Second)
|
t := time.NewTicker(time.Second)
|
||||||
defer t.Stop()
|
defer t.Stop()
|
||||||
defer close(b.closed)
|
defer close(b.closed)
|
||||||
|
// Reset status when finished
|
||||||
|
defer b.term.SetStatus([]string{""})
|
||||||
|
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
|
Loading…
Reference in New Issue
Block a user