[Nostromo] Tweaks

This commit is contained in:
Andrés Montañez 2017-01-06 13:10:37 -03:00
parent 45b7bd692b
commit 136fdd1379

View file

@ -58,9 +58,7 @@ class CopyTask extends AbstractTask
if ($process->isSuccessful()) {
$cmdDelete = sprintf('rm %s/%s', $targetDir, $tarGzRemote);
$process = $this->runtime->runRemoteCommand($cmdDelete, false);
if ($process->isSuccessful()) {
return true;
}
return $process->isSuccessful();
}
}