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:
parent
0244b031cf
commit
e4d371d2e8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user