We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6c83b commit 877fc86Copy full SHA for 877fc86
1 file changed
start.sh
@@ -21,7 +21,7 @@ fi
21
22
if [ $# -eq 2 ]
23
then
24
- teamname=$2
+ teamname=$1
25
fi
26
27
opt="-s ${host} -p ${port} -n ${teamname} -c ${type}"
0 commit comments