Fix exit codes

This commit is contained in:
Niklas Keller
2016-03-23 21:58:26 +01:00
parent 6173b779e1
commit 93c94d1a9b
2 changed files with 9 additions and 1 deletions

View File

@@ -57,6 +57,8 @@ class Setup implements Command {
/** @var Registration $registration */
$registration = (yield $acme->register($email));
$this->climate->whisper("Registration successful with the following contact information: " . implode(", ", $registration->getContact()));
return 0;
}
private function checkEmail($email) {