mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-16 06:50:08 +00:00
check mount status in mountoperation.run not on bind mountpoint
preparation Signed-off-by: Itxaka <itxaka@spectrocloud.com>
This commit is contained in:
@@ -30,7 +30,7 @@ Sends a generic event payload with the configuration found in the scanned direct
|
||||
},
|
||||
},
|
||||
Action: func(c *cli.Context) (err error) {
|
||||
log.Logger = log.Output(zerolog.ConsoleWriter{Out: os.Stderr}).With().Caller().Logger()
|
||||
log.Logger = log.Output(zerolog.ConsoleWriter{Out: os.Stderr}).With().Logger()
|
||||
g := herd.DAG()
|
||||
s := &mount.State{
|
||||
Logger: log.Logger,
|
||||
|
Reference in New Issue
Block a user