one bug fix for liteimg

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7454 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2010-09-15 02:54:26 +00:00
parent 9b6954d30d
commit 89c9b957fc

View File

@ -704,11 +704,11 @@ sub parseLiteFiles {
sub recoverFiles {
my ($rootimg_dir, $oldentry, $callback) = @_;
$f = $oldentry->[2];
$f = $oldentry->[1];
#$callback->({info => ["! updating $f ..."]});
if ($oldentry->[1] =~ m/bind/) {
if ($oldentry->[0] =~ m/bind/) {
# shouldn't copy back from /.default, maybe the user has replaced the file/directory in .postinstall file
my $default = $rootimg_dir . $f;
xCAT::Utils->runcmd("rm -rf $default", 0, 1); # not sure whether it's necessary right now