Skip to content

Instantly share code, notes, and snippets.

Created Nov 28, 2013
Embed
What would you like to do?
/var/aegir/.drush/dbname.drush.inc
<?php
/*
* Implementation of hook_post_provision_install()
*/
function drush_dbname_post_provision_install() {
drush_log(dt("Database name is @dbname", array('@dbname' => drush_get_option('db_name', '', 'site'))));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment