From e9ea160139a3d0d88b9124ddd5cc02da1e5b9878 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 27 Jul 2023 12:12:26 +1200 Subject: [PATCH] Update WMF to use new installer Change-Id: Ibe604b8b141778eed4568faa9f354476a1b8f4e2 --- app/config/wmff/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/config/wmff/install.sh b/app/config/wmff/install.sh index f0ff92c2..bf79902b 100644 --- a/app/config/wmff/install.sh +++ b/app/config/wmff/install.sh @@ -40,7 +40,9 @@ rm -f ${WEB_ROOT}/drupal/sites/default/files/civicrm/templates_c/*.php ## Set site key if requested in Docker environment [ ! -z "$FR_DOCKER_CIVI_SITE_KEY" ] && CIVI_SITE_KEY=${FR_DOCKER_CIVI_SITE_KEY} -civicrm_install +export CIVICRM_BOOT="Drupal:/${WEB_ROOT}/drupal" + +civicrm_install_cv ## Comment out for now "${WEB_ROOT}/drupal/sites/default/civicrm/extensions/rpow/bin/harvey-dent" --root "${WEB_ROOT}/drupal"