From 46c241fb7ea30ba5bd08e7bbcc2e295dc0b81992 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 15 Dec 2010 14:54:45 +0000 Subject: [PATCH] one more change to allow running on SN git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8418 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 001d4d39d..2f70359d2 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -167,9 +167,9 @@ chomp $::root; # Generate ssh host keys for the nodes # # - -&genSSHNodeHostKey; - +if (xCAT::Utils->isMN()) { + &genSSHNodeHostKey; +} # # gen root's ssh keys, if needed and copy to appropriate directories to # be used during install