defect 3013633: remove all the directories created by ftp

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6410 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2010-06-09 09:45:16 +00:00
parent e36edf8a6f
commit 286b317cd8

View File

@ -327,6 +327,7 @@ while [ $op_index -le $OTHERPKGS_INDEX ]; do
if [ $mounted -eq 0 ]; then
cd /xcatpost
dir_no_ftproot=${OTHERPKGDIR#$INSTALLDIR/}
dir_no_ftproot=${dir_no_ftproot/\/*/}
rm -f -R $dir_no_ftproot
fi
fi