zhangmeng
2020-01-19 127007add4ce76f506933c29791b6e99d6661f3a
app/master/master.go
@@ -5,6 +5,7 @@
   "analysis/logo"
   "analysis/util"
   "context"
   "strings"
   "basic.com/libgowrapper/sdkstruct.git"
)
@@ -58,6 +59,17 @@
         continue
      }
      envs := strings.Split(cfg.Env, ":")
      normal := true
      for _, v := range envs {
         if !util.IsFileExist(v) {
            normal = false
         }
      }
      if !normal {
         logo.Infoln("Can't Find Runtime Path, Skip It: ", file)
      }
      logo.Infoln(file, " CONFIG: ", cfg)
      args := []string{