瀏覽代碼

Follow a refactor through

pull/3512/head
Thom Wiggers 9 月之前
父節點
當前提交
83f2a3dcf1
沒有發現已知的金鑰在資料庫的簽署中 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.


Loading…
取消
儲存