mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Minor tweaks on CLI application
This commit is contained in:
@@ -102,4 +102,4 @@ $cli['console']->addCommands(array(
|
||||
new ValidateSchemaCommand(),
|
||||
));
|
||||
|
||||
exit($cli->runCLI());
|
||||
exit(is_int($cli->run()) ? : 1);
|
||||
|
Reference in New Issue
Block a user