More bug fixes.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3376 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
9246f5fa22
commit
d41b97cd4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user