Fix css/ permissions
This commit is contained in:
parent
b85dd78fb9
commit
52fed194e7
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ libreqr_apply_filesystem_permissions() {
|
|||
find "$final_path" -type f -name "*.css" -exec chown $app:www-data "{}" +
|
||||
find "$final_path" -type f -name "*.less" -exec chmod 440 "{}" +
|
||||
find "$final_path" -type f -name "*.less" -exec chown $app:www-data "{}" +
|
||||
chmod 550 "$final_path"/css
|
||||
chmod 750 "$final_path"/css
|
||||
chown $app:www-data "$final_path"/css
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue