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:
bp-sawyers 2010-03-01 19:06:09 +00:00
parent 7b083fab88
commit 1bcea4b10e

View File

@ -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])