This commit is contained in:
2020-09-03 01:35:39 +08:00
parent 51f79359c0
commit 132cdbad15
+1 -1
View File
@@ -78,7 +78,7 @@ class ServerInotify extends Process
$path = rtrim($path, '/');
foreach (glob($path . '/*') as $value) {
if (is_dir($value)) {
$this->loadByDir($value);
$this->loadByDir($value, $isReload);
continue;
}
$md5 = md5($value);