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:
parent
08eed9957e
commit
23311952f0
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user