mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
prome
This commit is contained in:
parent
d59f699937
commit
85565dc137
@ -14,7 +14,7 @@ list_to_string $list2
|
|||||||
ws_ports=($ports_array)
|
ws_ports=($ports_array)
|
||||||
list_to_string $list3
|
list_to_string $list3
|
||||||
prome_ports=($ports_array)
|
prome_ports=($ports_array)
|
||||||
if [ ${#rpc_ports[@]} -ne ${#ws_ports[@]} -ne ${#prome_ports[@]} ]; then
|
if [ ${#rpc_ports[@]} -ne ${#ws_ports[@]} ]; then
|
||||||
|
|
||||||
echo -e ${RED_PREFIX}"ws_ports does not match push_rpc_ports or prome_ports in quantity!!!"${COLOR_SUFFIX}
|
echo -e ${RED_PREFIX}"ws_ports does not match push_rpc_ports or prome_ports in quantity!!!"${COLOR_SUFFIX}
|
||||||
exit -1
|
exit -1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user