2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

remove results

This commit is contained in:
Casandra Qiu 2017-07-26 09:11:12 -04:00
parent 86e4b9ccb3
commit 71a7151d97

View File

@ -488,7 +488,7 @@ sub process_sshcfg {
#remove old host key from /root/.ssh/known_hosts
$cmd = "ssh-keygen -R $pdu";
my $result = xCAT::Utils->runcmd($cmd, 0);
xCAT::Utils->runcmd($cmd, 0);
my $static_ip = $nodehash->{$pdu}->[0]->{ip};
my $discover_ip = $nodehash->{$pdu}->[0]->{otherinterfaces};