From f89c50077d56bb2132f0a6cdae624ca573467301 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 21 Nov 2008 13:15:40 +0000 Subject: [PATCH] remove /etc/xCATMN if exists git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2521 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCATsn/xCATsn.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 4c98e2ac4..7e5ef361e 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -52,8 +52,9 @@ if [ "$1" = "1" ]; then #Only if installing for the first time.. # makes it a service node touch /etc/xCATSN # remove any management node file +if [ -f /etc/xCATMN ]; then rm /etc/xCATMN - +fi ### Start the xcatd daemon