优化代码

This commit is contained in:
刘祥超
2021-12-21 15:41:43 +08:00
parent 0fcba7e90c
commit 36004bfd94

View File

@@ -246,6 +246,8 @@ func (this *InstallAction) RunPost(params struct {
// 这里我们尝试多次是为了等待API节点启动完毕
if err != nil {
time.Sleep(1 * time.Second)
} else {
break
}
}
if err != nil {