liuxiaolong
2020-05-30 bbb568f6e7c06d7bad9bcd98e751cc6e991f26d9
service/SdkInstall.go
@@ -158,8 +158,8 @@
                           if util.Exists(unPackPath+sdkType+"/zconf/"+sdkType+".json") {
                              util.CopyFile(unPackPath+sdkType+"/zconf/"+sdkType+".json", zconfPath+sdkType+".json")
                           }
                           if util.DirExists(unPackPath+sdkType+"/"+sdkType) {
                              if _,cE := util.CopyDirByCmd(unPackPath+sdkType+"/"+sdkType, libPath);cE != nil {
                           if util.DirExists(unPackPath+sdkType) {
                              if _,cE := util.CopyDirByCmd(unPackPath+sdkType, libPath);cE != nil {
                                 return false, cE
                              }
                           }