Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
provision
Commits
25b16a74
Commit
25b16a74
authored
Jan 24, 2010
by
mig5
Committed by
mig5
Jan 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set appropriate web_group permissions on the private subdirs of d7 sites
parent
d4d8f1f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
platform/provision_drupal.drush.inc
platform/provision_drupal.drush.inc
+3
-0
No files found.
platform/provision_drupal.drush.inc
View file @
25b16a74
...
@@ -243,6 +243,9 @@ function _provision_drupal_create_directories($url, $profile = NULL) {
...
@@ -243,6 +243,9 @@ function _provision_drupal_create_directories($url, $profile = NULL) {
$chgrp
[
"sites/
$url
/files/tmp"
]
=
drush_get_option
(
'web_group'
);
$chgrp
[
"sites/
$url
/files/tmp"
]
=
drush_get_option
(
'web_group'
);
$chgrp
[
"sites/
$url
/files/images"
]
=
drush_get_option
(
'web_group'
);
$chgrp
[
"sites/
$url
/files/images"
]
=
drush_get_option
(
'web_group'
);
$chgrp
[
"sites/
$url
/files/pictures"
]
=
drush_get_option
(
'web_group'
);
$chgrp
[
"sites/
$url
/files/pictures"
]
=
drush_get_option
(
'web_group'
);
// d7 support
$chgrp
[
"sites/
$url
/private/files"
]
=
drush_get_option
(
'web_group'
);
$chgrp
[
"sites/
$url
/private/temp"
]
=
drush_get_option
(
'web_group'
);
}
}
foreach
(
$mkdir
as
$path
=>
$perm
)
{
foreach
(
$mkdir
as
$path
=>
$perm
)
{
...
...
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