This website works better with JavaScript.
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Do not wastefully preserve owner/group when importing media store files
pull/6/head
Slavi Pantaleev
9 年之前
父節點
0f723c9574
當前提交
9b97ab6a90
共有
1 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
roles/matrix-server/tasks/import_media_store.yml
+ 3
- 0
roles/matrix-server/tasks/import_media_store.yml
查看文件
@@ -39,6 +39,9 @@
src: "{{ local_path_media_store }}/"
dest: "{{ matrix_synapse_media_store_path }}"
delete: yes
# It's wasteful to preserve owner/group now. We chown below anyway.
owner: no
group: no
- name: Ensure media store permissions are correct
file:
Write
Preview
Loading…
取消
儲存