Semper Fidelis
Active member
I had to fix a bunch of permissions today because I installed using the CLI. Normally, folders are set to 0755 and files to 0644.
The data and internal_data need to be writable and the only way I could get an addon to install was to set the permissions for every folder recursively to 077 within data and internal_data. File permissions remained at 0644.
Are these the correct permissions for data and internal_data folders (and subdirectories)?
The data and internal_data need to be writable and the only way I could get an addon to install was to set the permissions for every folder recursively to 077 within data and internal_data. File permissions remained at 0644.
Are these the correct permissions for data and internal_data folders (and subdirectories)?
Last edited: