Skip to content
Snippets Groups Projects
Commit dfd90a3a authored by totten's avatar totten Committed by root
Browse files

mk-drupal-test-site - Write outgoing mails to /dev/null

parent b213985a
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,8 @@ cat "$CIVI_ROOT/templates/CRM/common/civicrm.settings.php.tpl" \
| sed "s;%%templateCompileDir%%;${DRUPAL_ROOT}/sites/${SITE_URL}/files/civicrm/templates_c;" \
> "sites/$SITE_URL/civicrm.settings.php"
echo >> "sites/$SITE_URL/civicrm.settings.php"
echo "define('CIVICRM_MAIL_LOG', '/dev/null');" >> "sites/$SITE_URL/civicrm.settings.php"
popd
## Create CiviCRM config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment