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