bootstrap.sh: fix the check on settings.local.php
authorAntonio Ospite <ao2@ao2.it>
Wed, 25 Oct 2017 17:51:04 +0000 (19:51 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 25 Oct 2017 17:51:04 +0000 (19:51 +0200)
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