We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1066373 commit 47c25cdCopy full SHA for 47c25cd
drupal_fix_permissions.sh
@@ -310,7 +310,7 @@ printf "Script to fix permissions in a Drupal installation"
310
311
# Default values.
312
DEFAULT_DRUPAL_PATH=.
313
-DEFAULT_HTTPD_GROPUP="www-data"
+DEFAULT_HTTPD_GROUP="www-data"
314
315
# Initialize some values.
316
group_executable_mode=x
@@ -368,8 +368,8 @@ fi
368
369
if [ -z $httpd_group ]
370
then
371
- httpd_group=$DEFAULT_HTTPD_GROPUP
372
- printf "\nUsing default HTTPD group '$DEFAULT_HTTPD_GROPUP'"
+ httpd_group=$DEFAULT_HTTPD_GROUP
+ printf "\nUsing default HTTPD group '$DEFAULT_HTTPD_GROUP'"
373
fi
374
375
@@ -481,4 +481,3 @@ echo "$additional_files_paths"| while read path; do
481
done
482
483
printf "\n\nPermissions and ownership fixed!\n"
484
-
0 commit comments