X-Git-Url: https://git.ao2.it/drupal-init-tools.git/blobdiff_plain/1145ee9e3e74f847da8d165b3ef6887bb15e0c7c..b8bbab54a242d5c298ab896529dcd3f66176cd3d:/libexec/bootstrap.sh 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