do not regenerate hostkeys for xcatconfig -u
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16231 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
57e42eaccc
commit
336a1aa2ab
@ -229,7 +229,7 @@ chomp $::root;
|
||||
#
|
||||
#
|
||||
if (xCAT::Utils->isMN()) {
|
||||
if ($::FORCE || $::genSSHNodeHostKeys || $::INITIALINSTALL || $::UPDATEINSTALL )
|
||||
if ($::FORCE || $::genSSHNodeHostKeys || $::INITIALINSTALL )
|
||||
{
|
||||
&genSSHNodeHostKey;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user