mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-25 04:40:17 +02:00
Process creation fixed
This commit is contained in:
parent
b0a54cfdc2
commit
eb561f9a0b
@ -405,7 +405,7 @@ class Runtime
|
|||||||
{
|
{
|
||||||
$this->log($cmd, LogLevel::INFO);
|
$this->log($cmd, LogLevel::INFO);
|
||||||
|
|
||||||
$process = new Process([$cmd]);
|
$process = Process::fromShellCommandline($cmd);
|
||||||
$process->setTimeout($timeout);
|
$process->setTimeout($timeout);
|
||||||
$process->run();
|
$process->run();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user