-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I just had an interesting situation where I had a couple of images that had 600 permissions. So when they were copied from input to output the permissions went with them and so they weren't loading because they couldn't be read. This wasn't caught in the test server because the user that runs the test server is the same user so they load just fine.
But in production the files wouldn't load because the webserver user didn't have read permissions. I went in and manually changed them to 644 but I'm wondering if Bang should either convert the permissions automatically, or if it should at least warn that these images will not be readable because of permissions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels