This commit is contained in:
2021-04-30 10:59:46 +08:00
parent d3df9043e3
commit 5841fae6c2
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ class ServerInotify extends Process
$this->inotify = inotify_init();
$this->events = IN_MODIFY | IN_DELETE | IN_CREATE | IN_MOVE;
}
exec(PHP_BINARY . ' ' . APP_PATH . 'snowflake runtime:builder');
}