1
0

feat: show relevant qemu output

This commit is contained in:
2024-10-07 20:40:58 +00:00
parent 7cb5877fd0
commit a852e2d9e9
3 changed files with 59 additions and 3 deletions

View File

@ -488,7 +488,6 @@ func (c Container) Run(workdir string, cmds []string) (out string, err error) {
err = cmd.Wait()
if err != nil {
flog.Error().Msg(out)
return
}