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 -1
View File
@@ -22,7 +22,7 @@ class Mage_Task_BuiltIn_Deployment_Releases
. ' && '
. 'ln -sf ' . $currentCopy . ' ' . $symlink
. ' && '
. 'chown -h ' . $userGroup . ' ' . $symlink;
. 'chown -h ' . $userGroup . ' ' . $symlink;
$result = $this->_runRemoteCommand($command);
return $result;