modify plugin name
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ class ServerCommand extends Command
|
|||||||
public function execute(InputInterface $input, OutputInterface $output): int
|
public function execute(InputInterface $input, OutputInterface $output): int
|
||||||
{
|
{
|
||||||
$manager = Kiri::app()->getServer();
|
$manager = Kiri::app()->getServer();
|
||||||
$manager->setDaemon((int)$input->hasOption('daemon'));
|
$manager->setDaemon((int)!is_null($input->getOption('daemon')));
|
||||||
|
|
||||||
$this->scan_file();
|
$this->scan_file();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user