Skip to content

Commit

Permalink
Update init-site, to use updated bee command si arguments (#45)
Browse files Browse the repository at this point in the history
This resolves issue #44
  • Loading branch information
Wylbur authored Sep 14, 2024
1 parent 9a0bd67 commit ad919e1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .docksal/commands/init-site
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,15 @@ site_install ()

# We disable email sending here so site-install does not return an error

/usr/local/bin/bee/bee.php si --db-name=default --db-user=user \
--db-host=db --db-pass=user --url="${VIRTUAL_HOST}" \
/usr/local/bin/bee/bee.php si \
--db-name="default" \
--db-user="user" \
--db-pass="user" \
--db-host="db" \
--site-name='My Backdrop Site' \
--username="admin" --password="admin" --auto
--username="admin" \
--password="admin" \
--auto
}

#-------------------------- END: Functions --------------------------------
Expand Down

0 comments on commit ad919e1

Please sign in to comment.