mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Some fixup for ES instance
This commit is contained in:
@@ -78,7 +78,6 @@ $cli->command(new \module_console_aboutAuthors('about:authors'));
|
||||
$cli->command(new \module_console_aboutLicense('about:license'));
|
||||
|
||||
$cli->command(new CheckConfig('check:config'));
|
||||
$cli->command(new \module_console_checkExtension('check:extension'));
|
||||
|
||||
$cli->command(new UpgradeDBDatas('system:upgrade-datas'));
|
||||
|
||||
@@ -131,8 +130,6 @@ if ($cli['search_engine.type'] === SearchEngineInterface::TYPE_ELASTICSEARCH) {
|
||||
$cli->command(new FindConceptsCommand());
|
||||
}
|
||||
|
||||
$cli->command(new WebsocketServer('ws-server:run'));
|
||||
|
||||
$cli->loadPlugins();
|
||||
|
||||
exit(is_int($cli->run()) ? : 1);
|
||||
|
Reference in New Issue
Block a user