This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Commit 151ef44 1 parent b06deea commit 151ef44 Copy full SHA for 151ef44
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 56
56
<target name =" setup:drupal:settings" description =" Create local settings files using default settings files." >
57
57
<chmod mode =" 0755" file =" ${docroot}/sites/default" />
58
58
<copy file =" ${docroot}/sites/${multisite.name}/settings/default.local.settings.php" tofile =" ${docroot}/sites/${multisite.name}/settings/local.settings.php" />
59
- <copy file =" ${docroot}/sites/${multisite.name}/default.local.drushrc.php" tofile =" ${docroot}/sites/${multisite.name}/local.drushrc.php" />
59
+ <copy file =" ${docroot}/sites/${multisite.name}/default.local.drushrc.php" tofile =" ${docroot}/sites/${multisite.name}/local.drushrc.php" >
60
+ <filterchain >
61
+ <expandproperties />
62
+ </filterchain >
63
+ </copy >
60
64
<!-- Re-extract value of $options['uri'] in case it was not yet set. -->
61
65
<!-- @todo Add multisite support. -->
62
66
<phpVariable file =" ${repo.root}/drush/drushrc.php" variable =" options[uri]" outputProperty =" local_url" />
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ BLT_BRANCH=8.x
7
7
BLT_DIRS=(
8
8
" blt.sh"
9
9
" build/core"
10
- " drush.wrapper"
11
10
" factory-hooks/post-settings-php/protect_env.php.example"
12
11
" factory-hooks/pre-settings-php/includes.php.example"
13
12
" hooks/samples"
31
30
32
31
# Restore execute permissions.
33
32
chmod 755 blt.sh
34
- chmod 755 drush.wrapper
35
33
36
34
echo " Changes have been pulled down. Please review and commit desired changes."
You can’t perform that action at this time.
0 commit comments