From afb668e94e14b20c7aa7c4e90f268ec298b44bbd Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 21 Nov 2008 13:12:21 +0000 Subject: [PATCH] fix SN install git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2520 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/xCAT.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 96717869a..8c252f886 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -122,8 +122,9 @@ fi chkconfig vsftpd on /etc/init.d/vsftpd start # remove any service node file +if [ -f /etc/xCATSN ]; then rm /etc/xCATSN - +fi if [ "$1" = "1" ]; then #Only if installing for the first time.. mkdir -p /root/.ssh chmod 700 /root/.ssh