mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	bug 13987: a regression was caused by typo. Reviewed-By:Anthony
This commit is contained in:
		
							parent
							
								
									3f28c225f5
								
							
						
					
					
						commit
						16e1f18afe
					
				| @ -64,7 +64,7 @@ public class VmdkProcessor implements Processor { | ||||
|         File templateFile = new File(templateFileFullPath); | ||||
|          | ||||
|         Script command = new Script("tar", 0, s_logger); | ||||
|         command.add("--no-same-owner", templateFileFullPath); | ||||
|         command.add("--no-same-owner"); | ||||
|         command.add("-xf", templateFileFullPath); | ||||
|         command.setWorkDir(templateFile.getParent()); | ||||
|         String result = command.execute(); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user