mirror of https://github.com/apache/cloudstack.git
bug 13987: a regression was caused by typo. Reviewed-By:Anthony
This commit is contained in:
parent
876ad2ba1f
commit
3fa9747bcd
|
|
@ -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…
Reference in New Issue