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
This commit is contained in:
lissav 2008-11-21 13:15:40 +00:00
parent afb668e94e
commit f89c50077d

View File

@ -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