1
0
Fork 0

Do not exit if kernels config does not exists

timestamps
dump_stack() 2018-12-02 20:20:59 +00:00
parent 825d69b770
commit 6b0301ec45
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ func main() {
kcfg, err := config.ReadKernelConfig(*kcfgPath)
if err != nil {
log.Fatalln(err)
log.Println(err)
}
if exists(*userKcfgPath) {