{backup,snapshot,system_update}: Use better UI
This commit is contained in:
parent
196555e897
commit
ea56ff4aac
11 changed files with 168 additions and 115 deletions
|
|
@ -27,6 +27,7 @@ func (bc *context) sendPath(path string) {
|
|||
return
|
||||
}
|
||||
|
||||
bc.io.Println(dst)
|
||||
bc.files <- dst
|
||||
}
|
||||
|
||||
|
|
@ -93,6 +94,5 @@ func (bc *context) AddFile(path string, op func(file io.Writer) error) error {
|
|||
bc.sendPath(path)
|
||||
|
||||
// and do whatever they wanted to do
|
||||
// TODO: Add to the manifest of some sort
|
||||
return op(file)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue