Skip to content

Commit c66286c

Browse files
committed
fix: lanch uli link in browser after completing local install
1 parent a608f2f commit c66286c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/init-drupal.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ ddev exec -d /var/www/html/web php core/scripts/drupal recipe recipes/next_drupa
3232
ddev composer unpack drupal/next_drupal_base
3333

3434
# use the one-time link (CTRL/CMD + Click) from the command below to edit your admin account details.
35-
ddev drush uli
36-
ddev launch
35+
ddev drush uli | xargs open

0 commit comments

Comments
 (0)