mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-04-29 11:00
This commit is contained in:
6
roles/squash_tm/templates/perms.sh.j2
Normal file
6
roles/squash_tm/templates/perms.sh.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
chown -R root:root {{ squashtm_root_dir }}/app
|
||||
find {{ squashtm_root_dir }}/app -type f -exec chmod 644 "{}" \;
|
||||
find {{ squashtm_root_dir }}/app -type d -exec chmod 755 "{}" \;
|
||||
restorecon -Rv {{ squashtm_root_dir }}
|
Reference in New Issue
Block a user