From 118421259854470e8c06066cab7fd532495b95dc Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 28 Jun 2012 11:33:35 +0000 Subject: [PATCH] fix for bug 3538372: check nfs mount on SN should be more precise git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13189 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-rmc/xCAT-rmc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-rmc/xCAT-rmc.spec b/xCAT-rmc/xCAT-rmc.spec index 9cad908f7..6262886df 100644 --- a/xCAT-rmc/xCAT-rmc.spec +++ b/xCAT-rmc/xCAT-rmc.spec @@ -74,7 +74,7 @@ if [ -f /etc/xCATMN ]; then else #om SN mounted=0 - result=`mount |grep /install` + result=`mount |grep "/install " | grep nfs` if [ $? -eq 0 ]; then mounted=1 fi