fic
sunty
2020-10-22 4cda874e24e56e0310e7bf946bc1fc97b91784d4
fic
1个文件已修改
5 ■■■■■ 已修改文件
ClusterApi.go 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClusterApi.go
@@ -45,10 +45,11 @@
    if b == true {
        resultMsg := CMDSC("sh " + binPath + "/es_stop.sh")
        if resultMsg == "运行失败" {
            return false
            return true
        }
    }
    return b
    bs := VerifyShortNodeServer(ip, port)
    return bs
}