diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index f450b6bd..c1ec667d 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -69,9 +69,6 @@ class FileChangeCustomProcess extends Command go(function () use ($driver) { $driver->start(); }); - go(function () { - proc_open("php " . APP_PATH . "kiri.php sw:server start", [], $pipes); - }); Barrier::wait($make); return 0; }