mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Fix get_nim_attr_val #2
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4358 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -3002,7 +3002,7 @@ sub get_nim_attr_val | ||||
| 	} | ||||
| 	chomp $target; | ||||
|  | ||||
| 	my $cmd = "/usr/sbin/lsnim -a location -Z $resname 2>/dev/null"; | ||||
| 	my $cmd = "/usr/sbin/lsnim -a $attrname -Z $resname 2>/dev/null"; | ||||
| 	my $nout = &xcmd($callback, "xdsh", $target, $cmd, 0); | ||||
| 	if ($::RUNCMD_RC  != 0) | ||||
| 	{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user