fill_teams: fix path to import team members
This commit is contained in:
parent
e6e6e6c206
commit
07a372ab79
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ do
|
||||||
EOF
|
EOF
|
||||||
done
|
done
|
||||||
echo "]"
|
echo "]"
|
||||||
) | curl -f -s -d @- "${BASEURL}/api/teams/${TID}"
|
) | curl -f -s -d @- "${BASEURL}/api/teams/${TID}/members"
|
||||||
then
|
then
|
||||||
echo "An error occured"
|
echo "An error occured"
|
||||||
elif [ "${GEN_CERTS}" -eq 1 ] && ! curl -s -f "${BASEURL}/api/teams/${TID}/certificate" > /dev/null
|
elif [ "${GEN_CERTS}" -eq 1 ] && ! curl -s -f "${BASEURL}/api/teams/${TID}/certificate" > /dev/null
|
||||||
|
|
Reference in a new issue