shell output on setup script
This commit is contained in:
parent
0e657043f0
commit
04f0f76f2f
@ -25,7 +25,7 @@ class QI {
|
||||
' --execute="SOURCE ';
|
||||
$result = array();
|
||||
foreach($files as $file){
|
||||
$output = shell_exec($command .$file. '"');
|
||||
$output = shell_exec($command .$file. '" 2>&1');
|
||||
$result[] = array($file,$output);}
|
||||
return $result;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user