This commit is contained in:
2021-05-18 14:13:46 +08:00
parent 77adb07eda
commit 8adf4b91b6
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ class ServerInotify extends Process
*/
public function trigger_reload()
{
exec(PHP_BINARY . ' snowflake runtime:builder', $output);
exec(PHP_BINARY . ' ' . APP_PATH . 'snowflake runtime:builder', $output);
var_dump(implode(PHP_EOL, $output));