You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The site install command needs to be updated to use the latest arguments:
# Install site
site_install ()
{
cd $DOCROOT_PATH
# 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-pass="user" \
--db-host="db" \
--site-name='My Backdrop Site' \
--username="admin" \
--password="admin" \
--auto
}
The text was updated successfully, but these errors were encountered:
Wylbur
added a commit
to Wylbur/boilerplate-backdrop
that referenced
this issue
May 2, 2023
The site install command needs to be updated to use the latest arguments:
The text was updated successfully, but these errors were encountered: