This commit is contained in:
2021-11-05 00:39:53 +08:00
parent 5f1fd4d93c
commit 63aadcb31f
@@ -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);
});