From f099c9883e4f1073564cb2ffaa00472f3ed6d8ae Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Wed, 8 Apr 2015 00:19:23 +0200 Subject: Adding check command to validate server environment - fixes #15429 --- core/register_command.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/register_command.php') diff --git a/core/register_command.php b/core/register_command.php index 67fdb6f808e..701fb10d1ba 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -26,6 +26,7 @@ /** @var $application Symfony\Component\Console\Application */ $application->add(new OC\Core\Command\Status); +$application->add(new OC\Core\Command\Check(\OC::$server->getConfig())); $application->add(new OC\Core\Command\App\CheckCode()); $application->add(new OC\Core\Command\L10n\CreateJs()); -- cgit v1.2.3