diff --git a/commands/host/site-install b/commands/host/site-install index 0af9df0..d6d1551 100755 --- a/commands/host/site-install +++ b/commands/host/site-install @@ -86,5 +86,5 @@ else ddev drush @${SITE_ALIAS} image_derivatives:generate || true fi - ddev drush @${SITE_ALIAS} uli || true + ddev launch $(ddev drush uli) fi \ No newline at end of file diff --git a/install.yaml b/install.yaml index 5f763c2..55809be 100644 --- a/install.yaml +++ b/install.yaml @@ -9,9 +9,5 @@ project_files: - web-build post_install_actions: -# Auto install disabled by default -# - | -# ddev aljibe-kickstart - - ./scripts/install-dependencies.sh - test -f aljibe.yaml || cp aljibe.yaml.example aljibe.yaml