mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-25 21:00:18 +02:00
[Nostromo] Tweak TarGz/CleanupTask
This commit is contained in:
parent
ce88fc981e
commit
01825db244
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user