This repository was archived by the owner on Jan 13, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ is_drupal_root() {
159159# Globals:
160160# drupal_user: user to own the files and directories.
161161# httpd_group: group to own the files and directories.
162- function fix_onwership () {
162+ function fix_ownership () {
163163 case $simulate in
164164 0)
165165 # Real action.
@@ -456,9 +456,9 @@ printf "\nProcessing Drupal installed on '$complete_drupal_path'"
456456
457457# First, fix ownership.
458458printf " \nFixing ownership of files and directories"
459- fix_onwership " $complete_drupal_path "
459+ fix_ownership " $complete_drupal_path "
460460echo " $additional_files_paths " | while read path; do
461- [ -d " $path " ] && fix_onwership " $path "
461+ [ -d " $path " ] && fix_ownership " $path "
462462done
463463
464464# Second, fix permissions on code.
You can’t perform that action at this time.
0 commit comments