modify plugin name

This commit is contained in:
2022-06-08 15:33:03 +08:00
parent 44b2cf8ee4
commit d11def7736
+1 -1
View File
@@ -52,7 +52,7 @@ class ServerCommand extends Command
public function execute(InputInterface $input, OutputInterface $output): int
{
$manager = Kiri::app()->getServer();
$manager->setDaemon((int)!is_null($input->getOption('daemon')));
$manager->setDaemon((int)!is_null($input->hasOption('daemon')));
$this->scan_file();