2
0
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:
hu-weihua
2017-02-22 03:06:03 -05:00
parent b24e92316c
commit 960817505d

View File

@ -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;
}