Skip to content

Commit

Permalink
Put install_site back
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Sep 6, 2024
1 parent 039b7af commit 3243d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drupal/rootfs/etc/s6-overlay/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function install {
wait_for_service "${SITE}" db
create_database "${SITE}"
drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" si -y --existing-config minimal --account-pass '${DRUPAL_DEFAULT_ACCOUNT_PASSWORD}'
install_site "${SITE}"
wait_for_service "${SITE}" broker
wait_for_service "${SITE}" fcrepo
wait_for_service "${SITE}" fits
Expand Down

0 comments on commit 3243d8e

Please sign in to comment.