Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
68eb88e8
Commit
68eb88e8
authored
Jul 11, 2017
by
Samuel Sirois
Browse files
Fix permissions on <env.site_conf> folder
parent
2086d205
Pipeline
#6272
failed with stages
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
drush.py
View file @
68eb88e8
...
...
@@ -124,6 +124,16 @@ def site_install():
if
env
.
site_languages
:
locale
=
'--locale="{}"'
.
format
(
env
.
site_languages
.
split
(
','
)[
0
])
if
env
.
site_conf
and
env
.
site_profile
==
"config_installer"
:
dk_run
(
service
,
user
=
'root'
,
cmd
=
'chown -R {}:{} {}'
.
format
(
env
.
apache_userid
,
env
.
local_userid
,
env
.
site_conf
)
)
profile_opts
+=
" config_installer "
\
"config_installer_sync_configure_form.sync_directory="
\
"{}"
.
format
(
env
.
site_conf
)
...
...
Write
Preview
Supports
Markdown
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