mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-24 05:11:12 +00:00
/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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user