mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00: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 */
 | 
					        /** @var Process $process */
 | 
				
			||||||
        $process = $this->runtime->runLocalCommand($cmdDeleteTarGz);
 | 
					        $process = $this->runtime->runLocalCommand($cmdDeleteTarGz);
 | 
				
			||||||
        if ($process->isSuccessful()) {
 | 
					        return $process->isSuccessful();
 | 
				
			||||||
            return true;
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        return false;
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user