mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Throw an exception in case checkServer() returns errors
This commit is contained in:
parent
890a18e1a6
commit
f7c906902a
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ class Application {
|
|||
$output->writeln($error['hint']);
|
||||
$output->writeln('');
|
||||
}
|
||||
throw new \Exception("Environment not properly prepared.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue