Bugs fixed

This commit is contained in:
Juan 2018-08-26 15:14:20 +02:00
parent 2e18e252b4
commit e546ff814d
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

@ -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";
}