mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	add the pkg name when calling the get_site_attribute
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5286 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1272,7 +1272,7 @@ sub getTftpDir | ||||
|     my $tftpdir = "/tftpboot"; | ||||
|  | ||||
|     # Try to lookup real tftpdir place. | ||||
|     my @tftpdir1 = get_site_attribute("tftpdir"); | ||||
|     my @tftpdir1 = xCAT::Utils->get_site_attribute("tftpdir"); | ||||
|  | ||||
|     # Use fetched value, incase successful database lookup. | ||||
|     if ($tftpdir1[0]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user