bootstrap.sh: fix the check on settings.local.php
[drupal-init-tools.git] / libexec / bootstrap.sh
index 7513319..81255d3 100755 (executable)
@@ -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