mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-05 18:27:34 +01:00
Fix /usr/local/bin/matrix-dendrite-create-account
We also need to fix `--tags=register-user`. This tag is currently defined in both the `matrix-synapse` and `matrix-dendrite` roles.
This commit is contained in:
parent
b297e8ee2b
commit
f8a8d7d310
@ -9,4 +9,4 @@ fi
|
||||
user=$1
|
||||
password=$2
|
||||
|
||||
docker exec matrix-dendrite create-account --config /data/dendrite.yaml --user "$user" --password "$password"
|
||||
docker exec matrix-dendrite create-account -config /data/dendrite.yaml -username "$user" -password "$password"
|
||||
|
Loading…
Reference in New Issue
Block a user