fix defect 3719 [DEV] rcons fails when nodehm.mgt=kvm

This commit is contained in:
immarvin 2013-08-07 00:42:39 -07:00
parent d6debec1a6
commit b868858de3

View File

@ -51,9 +51,9 @@ import File::Basename;
my $scriptname = $0;
my $cmdref={
command=>"getcons",
arg=>"text",
noderange=>$ARGV[0]
command=>["getcons"],
arg=>["text"],
noderange=>[$ARGV[0]]
};
use Data::Dumper;
my $dsthost;