Have blade.pm accept an argument to use correct username and pass, but without key check

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12808 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-18 20:03:15 +00:00
parent ce3c323dd0
commit c3351dc88b

View File

@ -4011,6 +4011,9 @@ sub clicmds {
$currpass = "PASSW0RD";
$nokeycheck=1;
}
if ($args{nokeycheck}) {
$nokeycheck=1;
}
my $curraddr = $mpa;
if ($args{curraddr}) {
$curraddr = $args{curraddr};