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
2cae2784
Commit
2cae2784
authored
Feb 22, 2010
by
anarcat
Committed by
anarcat
Feb 22, 2010
Browse files
#719704
- create properly the tmp directory again
parent
8ecf86a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
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