1
0

Do not exit if kernels config does not exists

This commit is contained in:
dump_stack() 2018-12-02 20:20:59 +00:00
parent 825d69b770
commit 6b0301ec45

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) {