Syntax bugs fixed
This commit is contained in:
parent
59fcc504e2
commit
e76c0a6ce2
|
@ -1,4 +1,4 @@
|
|||
vn-vmware (1.1.4) stable; urgency=low
|
||||
vn-vmware (1.1.5) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in New Issue