Allow css/ listing
This commit is contained in:
parent
8df24b266b
commit
b85dd78fb9
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 350 "$final_path"/css
|
||||
chmod 550 "$final_path"/css
|
||||
chown $app:www-data "$final_path"/css
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue