Skip to content

Commit

Permalink
switch back to using the install_site function (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdentremont committed Sep 12, 2024
1 parent 70947f7 commit d0e2616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupal/rootfs/etc/s6-overlay/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function configure {
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 d0e2616

Please sign in to comment.