diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index df488e66..e78357e9 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -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; }