From 15b6ac1b795c8786b484caa29cd9c70b7fbbb24b Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 00:55:20 +0800 Subject: [PATCH] 111 --- kiri-engine/FileListen/FileChangeCustomProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index ac4b6686..a527d980 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -108,7 +108,7 @@ class FileChangeCustomProcess extends Command 2 => STDERR, ]; - proc_open("php " . APP_PATH . "kiri.php", $descriptorspec, $pipes); + proc_open("php " . __DIR__ . "/watcher.php start", $descriptorspec, $pipes); $this->channel->push(1); });