demo merge into project

This commit is contained in:
Gordon 2021-12-01 12:35:21 +08:00
parent a8341ec86d
commit cf069970bd

View File

@ -21,7 +21,7 @@ if [ $check -ge 1 ]; then
fi
#Waiting port recycling
sleep 1
cd ${demo_server_source_root}
cd ${demo_server_binary_root}
for ((i = 0; i < ${#api_ports[@]}; i++)); do
nohup ./${demo_server_name} -port ${api_ports[$i]} >>../logs/openIM.log 2>&1 &