Add correct Exit status

This commit is contained in:
Romain Neutron
2012-03-26 13:48:06 +02:00
parent 14c4853789
commit f85d159ea0
13 changed files with 39 additions and 27 deletions

View File

@@ -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)