fill_teams: fix path to import team members
This commit is contained in:
parent
917d8a6c81
commit
54cbdef7e4
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