From cf31aaeadfd30ccb57957f6a6133d5c788c166c2 Mon Sep 17 00:00:00 2001 From: JunZhang <34758767+Sweetnow@users.noreply.github.com> Date: Thu, 30 Apr 2020 18:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98agent=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CAPI/runtime.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CAPI/runtime.sh b/CAPI/runtime.sh index 43eb3b5..24ea1ee 100644 --- a/CAPI/runtime.sh +++ b/CAPI/runtime.sh @@ -18,7 +18,7 @@ else token='' fi -dotnet app/Communication.Agent.dll --server $1 --port 30000 --debugLevel $3 --playercount $2 --timelimit $4 ${token} >/dev/null & +dotnet app/Communication.Agent.dll --server $1 --port 30000 --debugLevel $3 --playercount $2 --timelimit $4 ${token} >agent.log & for i in `seq 1 $2` do /usr/local/mnt/AI${i} 127.0.0.1 30000 >/dev/null & @@ -28,4 +28,4 @@ while ps -p $pid >/dev/null do sleep 1 done -exit 0 \ No newline at end of file +exit 0