mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
5
roles/matrix_element/templates/perms.sh.j2
Normal file
5
roles/matrix_element/templates/perms.sh.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
chown -R root:root {{ element_root_dir }}
|
||||
find {{ element_root_dir }}/web -type f -exec chmod 644 "{}" \;
|
||||
find {{ element_root_dir }}/web -type d -exec chmod 755 "{}" \;
|
Reference in New Issue
Block a user