Syntax bugs fixed

This commit is contained in:
Juan Ferrer 2019-02-26 14:06:23 +01:00
parent 59fcc504e2
commit e76c0a6ce2
2 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

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

View File

@ -436,9 +436,9 @@ sub backup_machine() {
destinationName => "$ds_tmp_dir/$file_name",
destinationDatacenter => $dc
);
}
};
my $err = $@;
if ($err) {
if ($file->type ~~ @opt_files) {
log_error $err;