diff --git a/kiri-engine/FileListen/Inotify.php b/kiri-engine/FileListen/Inotify.php index 07b3b8f0..35ef9ac7 100644 --- a/kiri-engine/FileListen/Inotify.php +++ b/kiri-engine/FileListen/Inotify.php @@ -39,7 +39,6 @@ class Inotify if (!is_dir($dir)) continue; $this->watch($dir); } - $this->process->trigger_reload(); Event::add($this->inotify, [$this, 'check']); Event::wait(); }