fix for bug 4129: remove duplicate messages in debian.pm
This commit is contained in:
parent
56a62ffb03
commit
649d6820db
1
xCAT-server/lib/xcat/plugins/debian.pm
Normal file → Executable file
1
xCAT-server/lib/xcat/plugins/debian.pm
Normal file → Executable 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]});
|
||||
|
Loading…
Reference in New Issue
Block a user