소스 검색

Follow a refactor through

pull/3512/head
Thom Wiggers 9 달 전
부모
커밋
83f2a3dcf1
No known key found for this signature in database GPG 키 ID: 1BB0A7CE26E363
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml

+ 2
- 2
roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml 파일 보기

@@ -168,8 +168,8 @@
content: "{{ matrix_appservice_irc_jwk_result.container.Output }}"
dest: "{{ matrix_appservice_irc_data_path }}/auth-media.jwk"
mode: "0644"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
owner: "{{ matrix_user_name }}"
group: "{{ matrix_group_name }}"

# In the past, we used to generate the passkey.pem file with root, so permissions may not be okay.
# Fix it.


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