more verbose, better checks for installforemail

This commit is contained in:
Evan Prodromou
2011-04-28 15:30:59 -07:00
parent ddead1e611
commit 83819737d7
2 changed files with 26 additions and 3 deletions

View File

@@ -37,6 +37,9 @@ $sn = DomainStatusNetworkPlugin::siteForDomain($domain);
if (empty($sn)) {
$installer = new DomainStatusNetworkInstaller($domain);
$installer->verbose = have_option('v', 'verbose');
// Do the thing
$installer->main();