fill_teams: fix path to import team members

This commit is contained in:
nemunaire 2017-11-24 22:46:39 +01:00 committed by nemunaire
parent 917d8a6c81
commit 54cbdef7e4

View File

@ -117,7 +117,7 @@ do
EOF
done
echo "]"
) | curl -f -s -d @- "${BASEURL}/api/teams/${TID}"
) | curl -f -s -d @- "${BASEURL}/api/teams/${TID}/members"
then
echo "An error occured"
elif [ "${GEN_CERTS}" -eq 1 ] && ! curl -s -f "${BASEURL}/api/teams/${TID}/certificate" > /dev/null