Преглед изворни кода

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.
pull/818/head
Slavi Pantaleev пре 4 година
родитељ
комит
d701495459
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-dendrite/templates/dendrite/usr-local-bin/matrix-dendrite-create-account.j2

+ 1
- 1
roles/matrix-dendrite/templates/dendrite/usr-local-bin/matrix-dendrite-create-account.j2 Прегледај датотеку

@@ -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…
Откажи
Сачувај