This commit is contained in:
2021-08-12 17:27:19 +08:00
parent 62b2d038dc
commit 11ab2f1e2f
2 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ class ServerInotify implements CustomProcess
*/
public function trigger_reload()
{
exec(PHP_BINARY . ' ' . APP_PATH . 'snowflake runtime:builder', $output);
exec(PHP_BINARY . ' ' . APP_PATH . 'kiri.php runtime:builder', $output);
print_r(implode(PHP_EOL, $output));