File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,14 @@ The script checks if the target folder is a Drupal installation and stops if
75
75
it is not detected.
76
76
77
77
Once checked, it fixes the ownership of all folders and files (because it is the
78
- same for content and code). Then, it fixes the code and later the content.
78
+ same for content and code). Then, it fixes the code files and later the content
79
+ files.
79
80
80
81
The script assumes that ` files ` and ` private ` folders under ` sites ` are content
81
82
folders.
82
83
83
84
If there are content folders outside the Drupal root folder you can use the
84
- ` --files-path ` option and the script will take care of it .
85
+ ` --files-path ` option and the script will take care of them .
85
86
86
87
## Vendor folder
87
88
@@ -105,8 +106,8 @@ run again to remove all permissions on other users.
105
106
106
107
The script only changes the files and folders with the wrong permissions or
107
108
ownership, making it very fast when only a few files or folders need a fix. For
108
- really big installations this is very important as other scripts apply the
109
- permissions and ownership regardless are needed o not.
109
+ really large installations this is very important as other scripts update
110
+ permissions and ownership regardless of whether they are needed or not.
110
111
111
112
## Root permissions
112
113
You can’t perform that action at this time.
0 commit comments