app/master/master.go
@@ -59,15 +59,19 @@ continue } envs := strings.Split(cfg.Env, ":") normal := true for _, v := range envs { if !util.IsFileExist(v) { normal = false if len(cfg.Env) > 0 { envs := strings.Split(cfg.Env, ":") normal := true for _, v := range envs { if !util.IsFileExist(v) { normal = false break } } } if !normal { logo.Infoln("Can't Find Runtime Path, Skip It: ", file) if !normal { logo.Infoln("Can't Find Runtime Path, Skip It: ", file) continue } } logo.Infoln(file, " CONFIG: ", cfg)