Skip to content
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

Remove explicit permission for site directory #1314

Merged
merged 1 commit into from
Oct 27, 2021

Conversation

swalkinshaw
Copy link
Member

Fixes #1311

The mode option was set in #1270 for linting purposes. However, this can result in the permissions changing on local site files causing them to appear as changed in Git.

Since this directory is guaranteed to exist, we don't need to set mode. The purpose of this task is just to set the owner + group recursively.

Fixes #1311

The `mode` option was set in #1270
for linting purposes. However, this can result in the permissions
changing on local site files causing them to appear as changed in Git.

Since this directory is guaranteed to exist, we don't need to set
`mode`. The purpose of this task is just to set the owner + group
recursively.
@swalkinshaw swalkinshaw merged commit 5604806 into master Oct 27, 2021
@swalkinshaw swalkinshaw deleted the remove-mode-for-site-root-directory branch October 27, 2021 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: All files are set to '0755' in "wordpress-install"
1 participant