Allow css/ listing

This commit is contained in:
Miraty 2022-08-27 04:13:54 +02:00
parent 8df24b266b
commit b85dd78fb9
1 changed files with 1 additions and 1 deletions

View File

@ -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
}