mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 18:48:56 +02:00
[Nostromo] Tweak TarGz/CleanupTask
This commit is contained in:
@@ -43,10 +43,6 @@ class CleanupTask extends AbstractTask
|
||||
|
||||
/** @var Process $process */
|
||||
$process = $this->runtime->runLocalCommand($cmdDeleteTarGz);
|
||||
if ($process->isSuccessful()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
return $process->isSuccessful();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user