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

This commit is contained in:
Juan Ferrer 2021-11-02 14:34:44 +01:00
parent 7d9418d389
commit 61d11901f5
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

@ -557,7 +557,7 @@ sub backup_machine() {
die $copy_err;
}
log_message $copy_err
log_message $copy_err;
log_message "Error while copying disk, sleeping some time and trying again.";
sleep(10);
}