From 649d6820db83c59fcc78d05267da19980f2961e2 Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 24 Jul 2014 17:23:47 -0500 Subject: [PATCH] fix for bug 4129: remove duplicate messages in debian.pm --- xCAT-server/lib/xcat/plugins/debian.pm | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 xCAT-server/lib/xcat/plugins/debian.pm diff --git a/xCAT-server/lib/xcat/plugins/debian.pm b/xCAT-server/lib/xcat/plugins/debian.pm old mode 100644 new mode 100755 index 07b78f8e7..df9cad4fd --- a/xCAT-server/lib/xcat/plugins/debian.pm +++ b/xCAT-server/lib/xcat/plugins/debian.pm @@ -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]});