fix vnc config
This commit is contained in:
parent
aa69bdf74e
commit
df6224d04e
|
@ -16,7 +16,7 @@ type BootConfig struct {
|
|||
}
|
||||
|
||||
type VNCConfig struct {
|
||||
BootConfig
|
||||
BootConfig `mapstructure:",squash"`
|
||||
DisableVNC bool `mapstructure:"disable_vnc"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue