From 9aed282f8245f919f1eadb0a0ca778789b1cf773 Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 7 Oct 2010 16:19:07 +0000 Subject: [PATCH] fix processing litetree table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7774 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/aixlitesetup | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/xCAT/postscripts/aixlitesetup b/xCAT/postscripts/aixlitesetup index c6347f5a8..bd5f78444 100644 --- a/xCAT/postscripts/aixlitesetup +++ b/xCAT/postscripts/aixlitesetup @@ -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