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
Comment #2
kebne commentedComment #3
pookmish commentedThose are correct permissions for the public directory for the assets.
Is there a reason you believe this is a bug?
Comment #4
pookmish commented