diff --git a/matrix/create_user b/matrix/create_user index a972b0b..d786576 100644 --- a/matrix/create_user +++ b/matrix/create_user @@ -6,6 +6,6 @@ do id="@"$D data='{"password":"'${pw}'", "displayname": "'${name}'", "threepids": [ { "medium": "email", "address": "'${ad}'" }], "admin": false, "deactivated": false, "avatar_url": null }' h='Authorization: Bearer ' - curl -v -X PUT -H "$h" -d "$data" http://localhost:8008/_synapse/admin/v2/users/$id:politikergespraeche.germanzero.org + curl -v -X PUT -H "$h" -d "$data" http://localhost:8008/_synapse/admin/v2/users/$id: sleep 2 done < info.txt \ No newline at end of file