fix for bug 4129: remove duplicate messages in debian.pm

This commit is contained in:
ligc 2014-07-24 17:23:47 -05:00
parent 56a62ffb03
commit 649d6820db

1
xCAT-server/lib/xcat/plugins/debian.pm Normal file → Executable file
View File

@ -397,7 +397,6 @@ sub copycd
{
my $osdistoname = $distname . "-" . $arch;
my $temppath = "$installroot/$distname/$arch";
$callback->({data => "Media copy operation successful"});
my @ret=xCAT::SvrUtils->update_osdistro_table($distname, $arch, $temppath, $osdistroname);
if ($ret[0] != 0) {
$callback->({data => "Error when updating the osdistro tables: " . $ret[1]});