/install is hard coded
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8542 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
32bb6eee92
commit
276b28372d
@ -52,7 +52,7 @@ fi
|
||||
mounted=0;
|
||||
result=`mount |grep /install |grep $NFSSERVER`
|
||||
if [ $? -eq 0 ]; then
|
||||
NFSSERVER=$INSTALLDIR
|
||||
NFSSERVER="/install"
|
||||
mounted=1
|
||||
fi
|
||||
|
||||
|
@ -52,7 +52,7 @@ fi
|
||||
mounted=0;
|
||||
result=`mount |grep /install |grep $NFSSERVER`
|
||||
if [ $? -eq 0 ]; then
|
||||
NFSSERVER=$INSTALLDIR
|
||||
NFSSERVER="/install"
|
||||
mounted=1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user