fix processing litetree table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7774 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
cfc523a963
commit
9aed282f82
@ -238,12 +238,9 @@ FindFile () {
|
||||
SERVER=`echo $i | awk -F'|' '{print $2}'`
|
||||
DIR=`echo $i | awk -F'|' '{print $3}'`
|
||||
|
||||
NAME=`basename ${1}`
|
||||
SRC=`echo ${MOUNTDIR}/${SERVER}${DIR}${path} | sed -e 's/\/\//\//'`
|
||||
|
||||
|
||||
SRC=`echo ${MOUNTDIR}/${SERVER}${DIR}/${NAME} | sed -e 's/\/\//\//'`
|
||||
|
||||
# ex. /.statelite/mnt/10.2.0.200/etc/FScfg
|
||||
# ex. /.statelite/mnt/10.2.0.200/myfiles/etc/FScfg
|
||||
if [ -e ${SRC} ]; then
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user