1
0
Fork 0

fix: fill config value in case of default directory

timestamps
dump_stack() 2023-05-13 15:56:54 +00:00
parent baf282ec2c
commit 065aca24b0
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ func ReadOutOfTreeConf(path string) (c OutOfTree, err error) {
if c.Directory != "" {
Directory = c.Directory
} else {
c.Directory = Dir("")
}
if c.Kernels == "" {