fix for bug 2832
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14885 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
23bf0b0c9c
commit
bc9575a42e
@ -793,8 +793,9 @@ sub security_update_sshkeys
|
||||
if ($::VERBOSE)
|
||||
{
|
||||
my $rsp = {};
|
||||
# not display password in verbose mode.
|
||||
$rsp->{data}->[0] =
|
||||
" $localhostname: Internal call command: xdsh -K. nodes = @$nodes, arguments = @args, env = @envs";
|
||||
" $localhostname: Internal call command: xdsh -K. nodes = @$nodes, arguments = @args, env = xxxxxx";
|
||||
$rsp->{data}->[1] =
|
||||
" $localhostname: return messages of last command: @$res";
|
||||
$callback->($rsp);
|
||||
|
Loading…
Reference in New Issue
Block a user