CRM-13261 new apiwrapper hook
[civicrm-core.git] / tools / scripts / mk-drupal-test-site
index 39d50490cf257dee16664f0f05b67938983af8fb..d5402670cf7f0fc4251c5291ec1550c6f1848601 100755 (executable)
@@ -112,7 +112,7 @@ done
 
 ln -s "$CIVI_ROOT" "sites/$SITE_URL/modules/civicrm"
 
-cat "$CIVI_ROOT/templates/CRM/common/civicrm.settings.php.tpl" \
+cat "$CIVI_ROOT/templates/CRM/common/civicrm.settings.php.template" \
   | sed "s;%%baseURL%%;http://${SITE_URL};" \
   | sed "s;%%cms%%;Drupal;" \
   | sed "s;%%CMSdbHost%%;${DB_HOST};" \
@@ -141,7 +141,7 @@ cat > "$CIVI_ROOT/bin/setup.conf" << EOF
   DBPASS="$DB_PASS"
   DBARGS=""
   PHP5PATH=
-  DBLOAD=
+  DBLOAD="$DBLOAD"
   # DBADD=
 EOF