pull/351/head
wangchuxiao 2 years ago
parent 85565dc137
commit 15b01a07b5

@ -76,7 +76,7 @@ for ((i = 0; i < ${#service_filename[*]}; i++)); do
list_to_string ${portList}
service_ports=($ports_array)
portList2=$(cat $config_path | grep pushPrometheusPort | awk -F '[:]' '{print $NF}')
portList2=$(cat $config_path | grep ${service_prometheus_port_name[$i]} | awk -F '[:]' '{print $NF}')
list_to_string $portList2
prome_ports=($ports_array)
#Start related rpc services based on the number of ports

Loading…
Cancel
Save