From 3af263499d1af28273f95084cf89d5804568c518 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 9 Sep 2019 13:24:34 +0200
Subject: [PATCH] Adjust drush command to initialize site after installation

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

diff --git a/start.sh b/start.sh
index bc77721..498a749 100755
--- a/start.sh
+++ b/start.sh
@@ -39,9 +39,9 @@ function create {
       drush --no-interaction si config_installer
 
       # Init site config values
-      if [[ -f "drush/Commands/init_site/init_site.info.yml" ]]; then
+      if [[ -f "drush/Commands/dev_modules/dev_modules.info.yml" ]]; then
         if [[ -f ".init_site.json" ]]; then
-          drush init_site ../.init_site.json
+          drush site:init ../.init_site.json
         fi
       fi
 
-- 
GitLab