mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 01:40:26 +00:00
Fix bug #2528 2.13.2 install xcat Error loading module /opt/xcat/lib/perl/xCAT_plugin/rhevm.pm
This commit is contained in:
@ -127,7 +127,7 @@ sub preprocess_request {
|
||||
}
|
||||
|
||||
#pdu commands will be handled in the pdu plugin
|
||||
if (($extrargs->[0] eq 'pdustat') || ($extrargs->[0] eq 'pduon') || ($extrargs->[0] eq 'pduoff')) {
|
||||
if (($extraargs->[0] eq 'pdustat') || ($extraargs->[0] eq 'pduon') || ($extraargs->[0] eq 'pduoff')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user