fix bug: component check

pull/2054/head
skiffer-git 2 years ago
parent 28da7f6947
commit 20249191a1

@ -113,6 +113,7 @@ func main() {
component.ErrorPrint(fmt.Sprintf("Check component: %s, failed: %+v", check.name, err)) component.ErrorPrint(fmt.Sprintf("Check component: %s, failed: %+v", check.name, err))
break break
} }
} else {
checks[index].flag = true checks[index].flag = true
component.SuccessPrint(fmt.Sprintf("%s connected successfully", check.name)) component.SuccessPrint(fmt.Sprintf("%s connected successfully", check.name))
} }

Loading…
Cancel
Save