Bugs fixed
This commit is contained in:
parent
2e18e252b4
commit
e546ff814d
|
@ -1,4 +1,4 @@
|
|||
vn-vmware (1.0.19) stable; urgency=low
|
||||
vn-vmware (1.0.20) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -397,7 +397,7 @@ sub backup_machine() {
|
|||
);
|
||||
|
||||
eval {
|
||||
if (-e $local_tmp_dir) {
|
||||
unless (-e $local_tmp_dir) {
|
||||
die "Local backup directory is not accessible: $local_tmp_dir";
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue