111
This commit is contained in:
@@ -63,9 +63,6 @@ class ServerCommand extends Command
|
||||
{
|
||||
try {
|
||||
$manager = Kiri::app()->getServer();
|
||||
|
||||
var_dump(is_null($input->getOption('daemon')));
|
||||
|
||||
$manager->setDaemon((int)!is_null($input->getOption('daemon')));
|
||||
if (is_null($input->getArgument('action'))) {
|
||||
$input->setArgument('action', 'restart');
|
||||
|
||||
Reference in New Issue
Block a user