mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01: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