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
c768224c
Commit
c768224c
authored
Jul 11, 2017
by
Philippe Mouchel
Browse files
Merge branch 'feature/rights-on-config-sync' into '3.x'
Fix permissions on <env.site_conf> folder See merge request
!40
parents
2086d205
68eb88e8
Pipeline
#6285
failed with stages
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
drush.py
View file @
c768224c
...
...
@@ -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
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