优化代码

This commit is contained in:
GoEdgeLab
2021-12-21 15:41:43 +08:00
parent f48e91e558
commit a1bd543360

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 {