mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Fixed process initialization
This commit is contained in:
		
							parent
							
								
									604089dcb3
								
							
						
					
					
						commit
						b0a54cfdc2
					
				@ -405,7 +405,7 @@ class Runtime
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        $this->log($cmd, LogLevel::INFO);
 | 
					        $this->log($cmd, LogLevel::INFO);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $process = new Process($cmd);
 | 
					        $process = new Process([$cmd]);
 | 
				
			||||||
        $process->setTimeout($timeout);
 | 
					        $process->setTimeout($timeout);
 | 
				
			||||||
        $process->run();
 | 
					        $process->run();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user