1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-25 04:40:17 +02:00

Fixed process initialization

This commit is contained in:
Hauke 2020-09-10 08:58:48 +02:00 committed by GitHub
parent 604089dcb3
commit b0a54cfdc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -405,7 +405,7 @@ class Runtime
{
$this->log($cmd, LogLevel::INFO);
$process = new Process($cmd);
$process = new Process([$cmd]);
$process->setTimeout($timeout);
$process->run();