mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-22 05:10:28 +01:00
Error message on demultiplexing command output receives bad error arg (#295)
This commit is contained in:
parent
2252c26edf
commit
1d549042fc
@ -51,7 +51,7 @@ func (s *script) exec(containerRef string, command string, user string) ([]byte,
|
||||
outputDone <- err
|
||||
}()
|
||||
|
||||
if <-outputDone != nil {
|
||||
if err := <-outputDone; err != nil {
|
||||
return nil, nil, fmt.Errorf("exec: error demultiplexing output: %w", err)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user