Skip to content
Snippets Groups Projects
Commit d61cf286 authored by Tim Otten's avatar Tim Otten
Browse files

Merge pull request #836 from mlutfy/mkdrupaltest4

Remove patch to disable mails from PHP/drush
parents 201fe1fd cc6b2f39
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ fi ...@@ -89,7 +89,7 @@ fi
# NB: Avoid sending e-mails for the site installation # NB: Avoid sending e-mails for the site installation
# On hosts without sendmail (ex: demo sites), this causes the installation to fail. # On hosts without sendmail (ex: demo sites), this causes the installation to fail.
php -d sendmail_path=`which true` `which drush` site-install -y \ drush site-install -y \
--db-url="mysql://${DB_USER}:${DB_PASS}@${DB_HOST}/${DB_NAME}" \ --db-url="mysql://${DB_USER}:${DB_PASS}@${DB_HOST}/${DB_NAME}" \
--account-name="$ADMIN_USER" \ --account-name="$ADMIN_USER" \
--account-pass="$ADMIN_PASS" \ --account-pass="$ADMIN_PASS" \
......
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