Merge branch 'main' into main

pull/2056/head
skiffer-git 2 years ago committed by GitHub
commit 65b649866c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -111,14 +111,13 @@ func main() {
checks[index].flag = true checks[index].flag = true
continue continue
} }
break break
} }
} else { } 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))
} }
} }
} }
if allSuccess { if allSuccess {
component.SuccessPrint("All components started successfully!") component.SuccessPrint("All components started successfully!")

Loading…
Cancel
Save