Running asset injector 8.x-2.4 with Drupal 8.7.11

Not sure if this is a bug report or a support/feature request

Our problem is that the asset_injector folder is deleted and then created again with wrong permissions when clearing Drupal Caches through admin/config/development/performance

My permissions before:

drwxrws--- 4 user2 www-data 4096 Jan 21 16:57 asset_injector/

After clearing cache:

drwxrwxr-x 4 user2 www-data 4096 Jan 21 16:57 asset_injector/

And the permissions of parent:
drwxrws--- 29 user2 www-data 4096 Jan 21 16:57 files

So I have set the setgid bit of parent but that was ignored.

Comments

kebne created an issue. See original summary.

kebne’s picture

Issue summary: View changes
pookmish’s picture

Those are correct permissions for the public directory for the assets.

Is there a reason you believe this is a bug?

pookmish’s picture

Status: Active » Closed (works as designed)