Minimal fixes
This commit is contained in:
parent
704827cb95
commit
01f44d607f
|
@ -1,4 +1,4 @@
|
|||
vn-vmware (1.0.26) stable; urgency=low
|
||||
vn-vmware (1.0.27) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ use List::Util qw(min max);
|
|||
use constant false => 0;
|
||||
use constant true => 1;
|
||||
|
||||
# Perl config file
|
||||
# Perl configuration file
|
||||
|
||||
my %config;
|
||||
my @config_files = (
|
||||
|
@ -168,7 +168,6 @@ my $overwrite = Opts::option_is_set('overwrite');
|
|||
my $poweron = Opts::option_is_set('poweron');
|
||||
my $snapshot_name = Opts::get_option('snapshot-name');
|
||||
my $snapshot_desc = Opts::get_option('snapshot-desc');
|
||||
my $verbose = Opts::get_option('verbose');
|
||||
|
||||
my $vm;
|
||||
my $remote_host;
|
||||
|
|
Reference in New Issue