mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-10-13 16:50:18 +02:00
Fixes
This commit is contained in:
parent
3462530883
commit
a2cf0b2c44
@ -208,7 +208,7 @@ class Console
|
|||||||
|
|
||||||
$return = 1;
|
$return = 1;
|
||||||
$log = array();
|
$log = array();
|
||||||
exec(escapeshellcmd($command . ' 2>&1'), $log, $return);
|
exec($command . ' 2>&1', $log, $return);
|
||||||
$log = implode(PHP_EOL, $log);
|
$log = implode(PHP_EOL, $log);
|
||||||
|
|
||||||
if (!$return) {
|
if (!$return) {
|
||||||
|
1457
composer.lock
generated
Normal file
1457
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user