mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-06 05:12:10 +08:00
Script Refactoring
This commit is contained in:
parent
6b48cf8491
commit
df184a92f5
@ -47,7 +47,7 @@ done
|
|||||||
for binary in "${!binaries[@]}"; do
|
for binary in "${!binaries[@]}"; do
|
||||||
expected_count=${binaries[$binary]}
|
expected_count=${binaries[$binary]}
|
||||||
full_path=$(get_bin_full_path "$binary")
|
full_path=$(get_bin_full_path "$binary")
|
||||||
check_binary "$full_path"
|
check_binary_ports "$full_path"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user