Commit a9deafed authored by Mark Harding's avatar Mark Harding

(chore): allow for failure to create username and site

-subdomain=sgtpepper
parent 530e76dd
No related merge requests found
Pipeline #68457382 failed with stages
in 10 minutes and 28 seconds
......@@ -98,7 +98,8 @@ class Install extends Cli\Controller implements Interfaces\CliControllerInterfac
$this->out(['Done!', 'Open your browser and go to ' . $provisioner->getSiteUrl()], $this::OUTPUT_PRE);
} catch (Exceptions\ProvisionException $e) {
throw new Exceptions\CliException($e->getMessage());
// throw new Exceptions\CliException($e->getMessage());
error_log($e->getMessage());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment