Check for shutdown before log current kernel
This commit is contained in:
parent
841fd7f585
commit
21daac4fbc
@ -735,6 +735,10 @@ func generateKernels(km config.KernelMask, registry string,
|
||||
break
|
||||
}
|
||||
|
||||
if *shutdown {
|
||||
err = nil
|
||||
return
|
||||
}
|
||||
log.Info().Msgf("%d/%d %s", i+1, len(pkgs), pkg)
|
||||
|
||||
var attempt int64
|
||||
|
Loading…
x
Reference in New Issue
Block a user