fix: fill config value in case of default directory
This commit is contained in:
parent
baf282ec2c
commit
065aca24b0
@ -81,6 +81,8 @@ func ReadOutOfTreeConf(path string) (c OutOfTree, err error) {
|
|||||||
|
|
||||||
if c.Directory != "" {
|
if c.Directory != "" {
|
||||||
Directory = c.Directory
|
Directory = c.Directory
|
||||||
|
} else {
|
||||||
|
c.Directory = Dir("")
|
||||||
}
|
}
|
||||||
|
|
||||||
if c.Kernels == "" {
|
if c.Kernels == "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user