diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 3fe1ea23..ece6ef4d 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -91,7 +91,7 @@ class ServerInotify extends Process $this->loadByDir($value, $isReload); } if (is_file($value)) { - if ($this->checkFile($value, $isReload)) { + if (!$this->checkFile($value, $isReload)) { continue; } $this->timerReload();