diff --git a/xCAT-server/lib/xcat/plugins/destiny.pm b/xCAT-server/lib/xcat/plugins/destiny.pm index ce237fa94..278e019b1 100644 --- a/xCAT-server/lib/xcat/plugins/destiny.pm +++ b/xCAT-server/lib/xcat/plugins/destiny.pm @@ -55,7 +55,7 @@ sub process_request { $request = shift; $callback = shift; $subreq = shift; - if (not $::XCATSITEVALS{disablecredcheck} and xCAT::Utils->isMN()) { + if (not $::XCATSITEVALS{disablecredfilecheck} and xCAT::Utils->isMN()) { my $result= xCAT::TableUtils->checkCredFiles($callback); } if ($request->{command}->[0] eq 'getdestiny') {