mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Fixed bug 2961178, problem in getInstallDir
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5326 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1232,7 +1232,7 @@ sub getInstallDir | ||||
|     my $installdir = "/install"; | ||||
|  | ||||
|     # Try to lookup real installdir place. | ||||
|     my @installdir1 = get_site_attribute("installdir"); | ||||
|     my @installdir1 = xCAT::Utils->get_site_attribute("installdir"); | ||||
|  | ||||
|     # Use fetched value, incase successful database lookup. | ||||
|     if ($installdir1[0]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user