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:
parent
7b083fab88
commit
1bcea4b10e
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user