mirror of https://github.com/containers/podman.git
is this a bug?
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
This commit is contained in:
parent
a726a3d79c
commit
0c116f40d3
|
@ -602,9 +602,9 @@ func (ic *ContainerEngine) ContainerStart(ctx context.Context, namesOrIds []stri
|
|||
reports = append(reports, &report)
|
||||
continue
|
||||
}
|
||||
report.ExitCode = 0
|
||||
reports = append(reports, &report)
|
||||
}
|
||||
report.ExitCode = 0
|
||||
reports = append(reports, &report)
|
||||
}
|
||||
return reports, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue