Fix problem with getipmicons

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16666 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-06-18 17:07:21 +00:00
parent 0244b031cf
commit e4d371d2e8

View File

@ -55,9 +55,9 @@ sub getans {
}
}
my $cmdref={
command=>"getipmicons",
arg=>"text",
noderange=>$ARGV[0]
command=>["getipmicons"],
arg=>["text"],
noderange=>[$ARGV[0]]
};
xCAT::Client::submit_request($cmdref,\&getans);
until ($username and $password and $bmc) {