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:
lissav 2013-05-09 11:05:24 +00:00
parent 57e42eaccc
commit 336a1aa2ab

View File

@ -229,7 +229,7 @@ chomp $::root;
#
#
if (xCAT::Utils->isMN()) {
if ($::FORCE || $::genSSHNodeHostKeys || $::INITIALINSTALL || $::UPDATEINSTALL )
if ($::FORCE || $::genSSHNodeHostKeys || $::INITIALINSTALL )
{
&genSSHNodeHostKey;
}