Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangmy21 authored May 7, 2024
1 parent 92e68a4 commit a39673a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency/shell/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [ "$TERMINAL" = "SERVER" ]; then
elif [ "$TERMINAL" = "CLIENT" ]; then
echo "Client Mode! Team Label data - $TEAM_LABELS"

k = $TEAM_SEQ_ID
k=$TEAM_SEQ_ID
pushd /usr/local/code
for i in {0..4}
do
Expand Down Expand Up @@ -116,4 +116,4 @@ elif [ "$TERMINAL" = "CLIENT" ]; then
popd
else
echo "VALUE ERROR: TERMINAL is neither SERVER nor CLIENT."
fi
fi

0 comments on commit a39673a

Please sign in to comment.