From 336a1aa2ab834caaf8c287de5843f83406445021 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 9 May 2013 11:05:24 +0000 Subject: [PATCH] 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 --- xCAT-server/sbin/xcatconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 66210f745..16ec88d43 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -229,7 +229,7 @@ chomp $::root; # # if (xCAT::Utils->isMN()) { - if ($::FORCE || $::genSSHNodeHostKeys || $::INITIALINSTALL || $::UPDATEINSTALL ) + if ($::FORCE || $::genSSHNodeHostKeys || $::INITIALINSTALL ) { &genSSHNodeHostKey; }