Do not delete OVA file after download to avoid repeated downloading

This commit is contained in:
Kelven Yang 2010-09-17 16:04:19 -07:00 committed by edison
parent d98d6cbb9f
commit 478f41ec48

View File

@ -54,7 +54,7 @@ public class VmdkProcessor implements Processor {
info.virtualSize = info.size;
// delete original OVA file
templateFile.delete();
// templateFile.delete();
return info;
}