From d41b97cd4bb95e29c4a4f391ff0a28b2a318e037 Mon Sep 17 00:00:00 2001 From: datajerk Date: Thu, 14 May 2009 06:51:00 +0000 Subject: [PATCH] More bug fixes. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3376 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/add-on/autogpfs/autogpfsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/add-on/autogpfs/autogpfsc b/xCAT-server/share/xcat/netboot/add-on/autogpfs/autogpfsc index 648dd577c..b484cc586 100755 --- a/xCAT-server/share/xcat/netboot/add-on/autogpfs/autogpfsc +++ b/xCAT-server/share/xcat/netboot/add-on/autogpfs/autogpfsc @@ -57,7 +57,7 @@ case "$1" in awk '{print $2}' ) do - mount | grep "\b/$1\b" >/dev/null 2>&1 + mount | grep "\b$i\b" >/dev/null 2>&1 if [ "$?" != "0" ] then DOBLOCK=yes