Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
provision
Commits
2cae2784
Commit
2cae2784
authored
Feb 22, 2010
by
anarcat
Committed by
anarcat
Feb 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#719704
- create properly the tmp directory again
parent
8ecf86a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
platform/provision_drupal.drush.inc
platform/provision_drupal.drush.inc
+4
-1
No files found.
platform/provision_drupal.drush.inc
View file @
2cae2784
...
...
@@ -238,7 +238,10 @@ function _provision_drupal_create_directories($url, $profile = NULL) {
// special case: platform. do not handle files dir
if
(
$url
!=
'all'
)
{
$mkdir
[
"sites/
$url
/files"
]
=
02770
;
# the owner/group of those directories will be changed
$mkdir
[
"sites/
$url
/files/tmp"
]
=
02770
;
$mkdir
[
"sites/
$url
/files/images"
]
=
02770
;
$mkdir
[
"sites/
$url
/files/pictures"
]
=
02770
;
# the owner/group of those directories will be changed recursively
$chown
[
"sites/
$url
/files"
]
=
drush_get_option
(
'script_user'
);
$chgrp
[
"sites/
$url
/files"
]
=
drush_get_option
(
'web_group'
);
$chown
[
"sites/
$url
/private"
]
=
drush_get_option
(
'script_user'
);
...
...
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