projects
/
drupal-init-tools.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1145ee9
)
bootstrap.sh: fix the check on settings.local.php
author
Antonio Ospite <ao2@ao2.it>
Wed, 25 Oct 2017 17:51:04 +0000
(19:51 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Wed, 25 Oct 2017 17:51:04 +0000
(19:51 +0200)
libexec/bootstrap.sh
patch
|
blob
|
history
diff --git
a/libexec/bootstrap.sh
b/libexec/bootstrap.sh
index
7513319
..
81255d3
100755
(executable)
--- a/
libexec/bootstrap.sh
+++ b/
libexec/bootstrap.sh
@@
-163,7
+163,7
@@
then
composer --working-dir=../ require drupal/devel
$DRUSH --yes en devel
- if [ ! -e sites/
example.
settings.local.php ];
+ if [ ! -e sites/
default/
settings.local.php ];
then
cp sites/example.settings.local.php sites/default/settings.local.php