Commit b2c08167 authored by Mark Harding's avatar Mark Harding
Browse files

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

-subdomain:sgtpepper
parent 530e76dd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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());
        }
    }