fill_teams: fix path to import team members

This commit is contained in:
nemunaire 2017-11-24 22:46:39 +01:00
parent e6e6e6c206
commit 07a372ab79
1 changed files with 1 additions and 1 deletions

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