소스 검색

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/1520/head
Slavi Pantaleev 4 년 전
부모
커밋
f8a8d7d310
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"

불러오는 중...
취소
저장