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
This commit is contained in:
ligc 2012-06-28 11:33:35 +00:00
parent 4505e8a91e
commit 1184212598

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