Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
27f613c4
Commit
27f613c4
authored
Dec 08, 2009
by
anarcat
Committed by
anarcat
Dec 08, 2009
Browse files
make group-writable set-gid so that the files created in it have the proper permissions
parent
96337f5b
Changes
1
Show whitespace changes
Inline
Side-by-side
platform/provision_drupal.drush.inc
View file @
27f613c4
...
...
@@ -221,9 +221,9 @@ function _provision_drupal_create_directories($url, $profile = NULL) {
$mkdir
=
array
(
"sites/
$url
"
=>
0755
,
# those should be writable by the aegir primary group to ease development
"sites/
$url
/themes"
=>
0775
,
"sites/
$url
/modules"
=>
0775
,
"sites/
$url
/libraries"
=>
0775
,
# http://drupal.org/node/496240
"sites/
$url
/themes"
=>
0
2
775
,
"sites/
$url
/modules"
=>
0
2
775
,
"sites/
$url
/libraries"
=>
0
2
775
,
# http://drupal.org/node/496240
);
$chown
=
array
();
$chgrp
=
array
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment