diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index 6853282e..19ef9aee 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -102,7 +102,7 @@ class FileChangeCustomProcess extends Command } $this->channel->pop(); - proc_open("php " . APP_PATH . "kiri.php", [], $pipes); + shell_exec("php " . APP_PATH . "kiri.php"); $this->channel->push(1); });