mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 10:08:56 +02:00
Fixes and tweaks on command execution.
This commit is contained in:
+1
-2
@@ -83,8 +83,7 @@ class Mage_Console
|
||||
{
|
||||
self::log('---------------------------------');
|
||||
self::log('---- Executing: $ ' . $command);
|
||||
|
||||
ob_start();
|
||||
|
||||
$return = 1;
|
||||
$log = array();
|
||||
exec($command . ' 2>&1', $log, $return);
|
||||
|
||||
Reference in New Issue
Block a user