-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow the user to control what file mode tmp/ directories are made with #935
base: develop
Are you sure you want to change the base?
Conversation
I pulled the branch and updated my .env and I get the following error when trying to build-all (after a clean-all)
|
added the new variable and some other missing variables to the production example env and also added some info to the docs |
I tried removing the |
I thought I had issues last night getting the permissions to stick with just |
Re ran with the updates, do the below permissions seem correct?
|
Come to think of it, the files should be built with similar permissions... one moment |
This adds an option to the
.env
file,DIR_PERMISSIONS
(default 775), which controls the permissions that tmp/ and its subfolders are made with. As this the read/write modes are inherited by the files created within that folder, setting this value should also affect the file modes of any files in that directory.