Fixes and tweaks on command execution.

This commit is contained in:
Andrs Montaez
2012-02-12 15:40:56 -02:00
parent 5359a7afbd
commit 949750fc1e
4 changed files with 12 additions and 10 deletions
+1 -2
View File
@@ -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);