Skip to content

Commit 4b50178

Browse files
authored
Merge pull request #129 from eesast/fix-run
Fix run
2 parents 8374f77 + 9824595 commit 4b50178

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dependency/shell/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ elif [ "$TERMINAL" = "CLIENT" ]; then
170170

171171
command="nice -n 0 python3 ${cp_dir}/PyAPI/main.py \
172172
-I $CONNECT_IP -P $PORT \
173-
-t $team_id -s $TEAM_SEQ_ID \
173+
-t $team_id \
174174
-p $player_idx"
175175

176176
retry_command "$command" > "$output_dir/team${TEAM_SEQ_ID}-$code_name.log" 2>&1 &
@@ -180,7 +180,7 @@ elif [ "$TERMINAL" = "CLIENT" ]; then
180180

181181
command="nice -n 0 ./$code_name \
182182
-I $CONNECT_IP -P $PORT \
183-
-t $team_id -s $TEAM_SEQ_ID \
183+
-t $team_id \
184184
-p $player_idx"
185185

186186
retry_command "$command" > "$output_dir/team${TEAM_SEQ_ID}-$code_name.log" 2>&1 &

0 commit comments

Comments
 (0)