mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Add correct Exit status
This commit is contained in:
@@ -61,7 +61,7 @@ class module_console_systemBackupDB extends Command
|
||||
$this->dump_base($databox, $input, $output);
|
||||
}
|
||||
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
|
||||
protected function dump_base(base $base, InputInterface $input, OutputInterface $output)
|
||||
|
Reference in New Issue
Block a user