This commit is contained in:
wangchuxiao
2023-03-08 18:30:20 +08:00
parent 1043142970
commit 74ba5ba614
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ sleep 1
cd ${push_binary_root}
for ((i = 0; i < ${#rpc_ports[@]}; i++)); do
nohup ./${push_name} -port ${rpc_ports[$i]} -prometheus_port ${prome_ports[$i]} >>../logs/openIM.log 2>&1 &
nohup ./${push_name} --port ${rpc_ports[$i]} --prometheus_port ${prome_ports[$i]} >>../logs/openIM.log 2>&1 &
done
sleep 3