From 10a8bb3f2f331d5e48e11992680a4dc388817c1f Mon Sep 17 00:00:00 2001 From: joshdentremont Date: Tue, 10 Sep 2024 09:41:15 -0300 Subject: [PATCH] switch back to using the install_site function --- drupal/rootfs/etc/s6-overlay/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal/rootfs/etc/s6-overlay/scripts/install.sh b/drupal/rootfs/etc/s6-overlay/scripts/install.sh index 200f415..ffc3136 100755 --- a/drupal/rootfs/etc/s6-overlay/scripts/install.sh +++ b/drupal/rootfs/etc/s6-overlay/scripts/install.sh @@ -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