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
This commit is contained in:
ligc 2012-06-28 11:34:32 +00:00
parent 0ed49476f1
commit a7ef8f450f

View File

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