From 5314f30677765b5f096f81e0bd80676030908c78 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 16 Sep 2019 14:31:58 +0200
Subject: [PATCH] customer/bison/core#13 Move the optional init file to the web
 directory before calling drush site:init

---
 start.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/start.sh b/start.sh
index 45e34a5..fc81009 100755
--- a/start.sh
+++ b/start.sh
@@ -50,8 +50,9 @@ function create {
       # Init site config values
       if [[ -f "drush/Commands/dev_modules/dev_modules.info.yml" ]]; then
         if [[ -f "/tmp/init_site.json" ]]; then
-          drush site:init /tmp/init_site.json
-          rm /tmp/init_site.json
+          mv /tmp/init_site.json web/.init_site.json
+          drush site:init .init_site.json
+          rm web/.init_site.json
         fi
       fi
 
-- 
GitLab