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 &