This commit is contained in:
2021-03-25 16:57:40 +08:00
parent 99d3bc1d8a
commit 3ff158c337
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ class ServerInotify extends Process
return FALSE;
}
if (in_array($dir, [APP_PATH . '/config', APP_PATH . '/commands', APP_PATH . '/.git', APP_PATH . '/.gitee'])) {
if (in_array($dir, [APP_PATH . 'config', APP_PATH . 'commands', APP_PATH . '.git', APP_PATH . '.gitee'])) {
return FALSE;
}