Fix undo
gitea/vn-vmware/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-07-28 13:04:14 +02:00
parent 4f9dbb278c
commit a869b2550b
2 changed files with 1 additions and 4 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-vmware (1.1.26) stable; urgency=low
vn-vmware (1.1.27) stable; urgency=low
* Initial Release.

View File

@ -474,9 +474,6 @@ sub backup_machine() {
$config = $vm->config;
}
# TODO: Tries to avoid "InvalidDiskFormat" error
sleep(10);
log_message "Copying virtual disk files.";
my $devices = $config->hardware->device;