Skip to content

Commit 877fc86

Browse files
authored
fix a bug in start.sh
1 parent fa6c83b commit 877fc86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121

2222
if [ $# -eq 2 ]
2323
then
24-
teamname=$2
24+
teamname=$1
2525
fi
2626

2727
opt="-s ${host} -p ${port} -n ${teamname} -c ${type}"

0 commit comments

Comments
 (0)