改名
This commit is contained in:
@@ -112,7 +112,9 @@ class FileChangeCustomProcess extends Command
|
|||||||
if (is_resource($this->source)) {
|
if (is_resource($this->source)) {
|
||||||
fwrite($this->source, "php " . APP_PATH . "kiri.php sw:server restart");
|
fwrite($this->source, "php " . APP_PATH . "kiri.php sw:server restart");
|
||||||
} else {
|
} else {
|
||||||
$this->source = proc_open("php " . APP_PATH . "kiri.php sw:server restart", [], $this->pipes);
|
$this->source = proc_open("php " . APP_PATH . "kiri.php sw:server restart", [
|
||||||
|
STDIN, STDOUT
|
||||||
|
], $this->pipes);
|
||||||
|
|
||||||
var_dump($this->pipes);
|
var_dump($this->pipes);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user