Skip to content

Commit

Permalink
Fix site install (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Annie Oelschlager <[email protected]>
  • Loading branch information
joecorall and aOelschlager authored Aug 26, 2024
1 parent cb7f82c commit 8497929
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}"
install_site "${SITE}"
drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" si -y --existing-config minimal --account-pass '${DRUPAL_DEFAULT_ACCOUNT_PASSWORD}'
wait_for_service "${SITE}" broker
wait_for_service "${SITE}" fcrepo
wait_for_service "${SITE}" fits
Expand Down

0 comments on commit 8497929

Please sign in to comment.