From 4606e0755093730f346cac5edefc0d8bb6f51a46 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 28 Nov 2019 11:52:16 +0800 Subject: [PATCH] 1 --- server/tools/scripts/ci/wsproxy2002/start_instance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tools/scripts/ci/wsproxy2002/start_instance.sh b/server/tools/scripts/ci/wsproxy2002/start_instance.sh index 7267b9a..0e8bc81 100755 --- a/server/tools/scripts/ci/wsproxy2002/start_instance.sh +++ b/server/tools/scripts/ci/wsproxy2002/start_instance.sh @@ -1,4 +1,4 @@ #!/bin/bash cd bin -nohup ./wsproxy -i $1 -n $2 >> wsproxy$2_$1.out 2>&1 & +nohup ./$3 -i $1 -n $2 >> $3$2_$1.out 2>&1 &