mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	update to process firm the same as firmware
This commit is contained in:
		@@ -1724,6 +1724,10 @@ sub inv {
 | 
			
		||||
        $sessdata->{skipotherfru}=1;
 | 
			
		||||
		@types = qw(asset);
 | 
			
		||||
	}
 | 
			
		||||
	elsif($subcommand eq "firm" || $subcommand eq "firmware") {
 | 
			
		||||
        $sessdata->{skipotherfru}=1;
 | 
			
		||||
		@types = qw(firmware);
 | 
			
		||||
	}
 | 
			
		||||
	elsif($subcommand eq "model") {
 | 
			
		||||
        $sessdata->{skipotherfru}=1;
 | 
			
		||||
		@types = qw(model);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user