This commit is contained in:
2021-05-17 17:28:06 +08:00
parent 93874c8fc0
commit 1a28e13b34
+1 -1
View File
@@ -302,7 +302,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 . 'commands', APP_PATH . '.git', APP_PATH . '.gitee'])) {
return FALSE;
}