This commit is contained in:
2020-11-17 16:57:18 +08:00
parent 215122b2cb
commit 61cbe9088b
+1 -1
View File
@@ -91,7 +91,7 @@ class ServerInotify extends Process
$this->loadByDir($value, $isReload); $this->loadByDir($value, $isReload);
} }
if (is_file($value)) { if (is_file($value)) {
if ($this->checkFile($value, $isReload)) { if (!$this->checkFile($value, $isReload)) {
continue; continue;
} }
$this->timerReload(); $this->timerReload();