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