mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-07 05:42:08 +08:00
fix bug: component check
This commit is contained in:
parent
a149019fb3
commit
ad250d03e8
@ -93,7 +93,7 @@ func main() {
|
|||||||
if i != 0 {
|
if i != 0 {
|
||||||
time.Sleep(1 * time.Second)
|
time.Sleep(1 * time.Second)
|
||||||
}
|
}
|
||||||
fmt.Printf("Checking components Round %v...\n", i+1)
|
fmt.Printf("Checking components round %v...\n", i+1)
|
||||||
|
|
||||||
var err error
|
var err error
|
||||||
allSuccess := true
|
allSuccess := true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user