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:
@@ -65,7 +65,7 @@ class module_console_systemMailCheck extends Command
|
||||
|
||||
$output->write('Finished !', true);
|
||||
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
|
||||
protected function manage_group($email, $users, $output, $appbox)
|
||||
|
Reference in New Issue
Block a user