mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	[Nostromo] Tweaks
This commit is contained in:
		
							parent
							
								
									45b7bd692b
								
							
						
					
					
						commit
						136fdd1379
					
				@ -58,9 +58,7 @@ class CopyTask extends AbstractTask
 | 
				
			|||||||
            if ($process->isSuccessful()) {
 | 
					            if ($process->isSuccessful()) {
 | 
				
			||||||
                $cmdDelete = sprintf('rm %s/%s', $targetDir, $tarGzRemote);
 | 
					                $cmdDelete = sprintf('rm %s/%s', $targetDir, $tarGzRemote);
 | 
				
			||||||
                $process = $this->runtime->runRemoteCommand($cmdDelete, false);
 | 
					                $process = $this->runtime->runRemoteCommand($cmdDelete, false);
 | 
				
			||||||
                if ($process->isSuccessful()) {
 | 
					                return $process->isSuccessful();
 | 
				
			||||||
                    return true;
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user