From 498afad13c4d9563a02e5eb0bddade9acb6bc184 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 172110599..c6c04fd6a --- a/xCAT-server/lib/xcat/plugins/debian.pm +++ b/xCAT-server/lib/xcat/plugins/debian.pm @@ -401,7 +401,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]});