From b8bbab54a242d5c298ab896529dcd3f66176cd3d Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 25 Oct 2017 19:51:04 +0200 Subject: [PATCH] bootstrap.sh: fix the check on settings.local.php --- libexec/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4