Closed (fixed)
Project:
Test client setup
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2009 at 12:14 UTC
Updated:
8 Jun 2009 at 03:30 UTC
I was reading through the install script and noticed a line using the hardcoded group name "testingadmin" rather than the $TESTING_ADMIN_GROUP variable:
# Ensure the Drupal root's parent directory exists, and that the testing
# administrators can write to it.
echo "Ensuring webroot"
mkdir -p $WEB_ROOT
chmod 775 $WEB_ROOT
chgrp testingadmin $WEB_ROOT
Comments
Comment #1
hunmonk commentedfixed in 6.x-1.x-dev and HEAD, thx!