From: Antonio Ospite Date: Wed, 25 Oct 2017 17:51:04 +0000 (+0200) Subject: bootstrap.sh: fix the check on settings.local.php X-Git-Tag: v0.1.0~14 X-Git-Url: https://git.ao2.it/drupal-init-tools.git/commitdiff_plain/b8bbab54a242d5c298ab896529dcd3f66176cd3d?ds=sidebyside bootstrap.sh: fix the check on settings.local.php --- diff --git a/libexec/bootstrap.sh b/libexec/bootstrap.sh index 7513319..81255d3 100755 --- 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