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"