mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Update install.php
This commit is contained in:
parent
fd896cfd86
commit
554319e003
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function runProcess(string $cmd, string $input = null): void
|
|||
|
||||
// Read and print error output
|
||||
while (!feof($pipes[2])) {
|
||||
echo stream_get_contents($pipes[2], 1);
|
||||
out(stream_get_contents($pipes[2], 1), 'error');
|
||||
flush();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue