From a7ef8f450f7e12e6cbc175d20349a3a1b86bea83 Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 28 Jun 2012 11:34:32 +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/trunk@13190 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