This commit is contained in:
wangchuxiao
2023-03-14 11:47:40 +08:00
parent eeffefc9fc
commit 351b59020d
7 changed files with 8 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ fi
sleep 1
cd ${msg_gateway_binary_root}
for ((i = 0; i < ${#ws_ports[@]}; i++)); do
echo "==========================start msg_gateway server===========================">>../logs/openIM.log 2>&1 &
nohup ./${msg_gateway_name} --port ${rpc_ports[$i]} --ws_port ${ws_ports[$i]} --prometheus_port ${prome_ports[$i]} >>../logs/openIM.log 2>&1 &
done