mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 04:10:46 +00:00
Address typo in previous ipmi commit
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13925 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -5768,7 +5768,7 @@ sub process_request {
|
||||
|
||||
|
||||
if ($command eq 'rpower') {
|
||||
if (($global_check) && ($extrargs->[0] ne 'stat') && ($extrargs->[0] ne 'status') && ($extrargs->[0] ne 'state') && ($extargs->[0] ne 'suspend') && ($extargs->[0] ne 'wake')) {
|
||||
if (($global_check) && ($extrargs->[0] ne 'stat') && ($extrargs->[0] ne 'status') && ($extrargs->[0] ne 'state') && ($extrargs->[0] ne 'suspend') && ($extrargs->[0] ne 'wake')) {
|
||||
$check=1;
|
||||
my @allnodes=();
|
||||
foreach (@donargs) { push(@allnodes, $_->[0]); }
|
||||
|
Reference in New Issue
Block a user