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
@@ -25,6 +25,7 @@ sleep 1
cd ${push_binary_root}
for ((i = 0; i < ${#rpc_ports[@]}; i++)); do
echo "==========================start push server===========================">>../logs/openIM.log 2>&1 &
nohup ./${push_name} --port ${rpc_ports[$i]} --prometheus_port ${prome_ports[$i]} >>../logs/openIM.log 2>&1 &
done