Skip to content
Snippets Groups Projects
Commit a4c7ad8c authored by mig5's avatar mig5
Browse files

send client_email to the provision_backend_invoke of the hostmaster site...

send client_email to the provision_backend_invoke of the hostmaster site install itself, same as we do for standard sites now
parent 01a84505
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ function drush_provision_hostmaster_install($site = NULL) { ...@@ -190,7 +190,7 @@ function drush_provision_hostmaster_install($site = NULL) {
'client_name' => drush_get_option('client_name'), 'client_name' => drush_get_option('client_name'),
'profile' => 'hostmaster', 'profile' => 'hostmaster',
)); ));
$data = provision_backend_invoke($site_name, 'provision-install'); $data = provision_backend_invoke($site_name, 'provision-install', array(), array('client_email' => drush_get_option('client_email')));
provision_backend_invoke($site_name, 'provision-verify'); provision_backend_invoke($site_name, 'provision-verify');
// exit if an error has occured. // exit if an error has occured.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment