File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ is_drupal_root() {
159
159
# Globals:
160
160
# drupal_user: user to own the files and directories.
161
161
# httpd_group: group to own the files and directories.
162
- function fix_onwership () {
162
+ function fix_ownership () {
163
163
case $simulate in
164
164
0)
165
165
# Real action.
@@ -456,9 +456,9 @@ printf "\nProcessing Drupal installed on '$complete_drupal_path'"
456
456
457
457
# First, fix ownership.
458
458
printf " \nFixing ownership of files and directories"
459
- fix_onwership " $complete_drupal_path "
459
+ fix_ownership " $complete_drupal_path "
460
460
echo " $additional_files_paths " | while read path; do
461
- [ -d " $path " ] && fix_onwership " $path "
461
+ [ -d " $path " ] && fix_ownership " $path "
462
462
done
463
463
464
464
# Second, fix permissions on code.
You can’t perform that action at this time.
0 commit comments