From 85565dc137ff92d7f0b182bc76a43f75b3fecbf4 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Mon, 12 Sep 2022 19:56:15 +0800 Subject: [PATCH] prome --- script/msg_gateway_start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/msg_gateway_start.sh b/script/msg_gateway_start.sh index ea33ea93b..46e43b194 100755 --- a/script/msg_gateway_start.sh +++ b/script/msg_gateway_start.sh @@ -14,7 +14,7 @@ list_to_string $list2 ws_ports=($ports_array) list_to_string $list3 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} exit -1