Skip to content
Snippets Groups Projects
Commit 3af26349 authored by jurgenhaas's avatar jurgenhaas
Browse files

Adjust drush command to initialize site after installation

parent 42a28da5
No related branches found
Tags 1.9.0-rc4
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment