05-12-2015, 06:40 AM
(This post was last modified: 05-12-2015, 06:41 AM by polanskiman.)
I have a recommendation. Why not post the default file permissions of all files (or type of files/directories) so that a user can simply re-apply those permissions to the CoreBOS directory and files if need be. At present I am applying the permissions that you (Joe) recommended but still GIT sees a lot of files as not having the proper permission. I am currently using the following:
Code:
chmod 775 corebos
chown -R http:http corebos
cd corebos
find . -type d -exec chmod 775 {} \; ; find . -type f -exec chmod 664 {} \;