KickstartCommand: kick it with kickstart.ini

This commit is contained in:
Thomas Gelf 2016-02-18 20:46:30 +01:00
parent 75ee4929b5
commit 9764f300b6
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class KickstartCommand extends Command
*/
public function runAction()
{
$this->kickstart()->run();
$this->kickstart()->loadConfigFromFile()->run();
exit(0);
}