defect 2947789: use getTftpDir to get the tftp dir
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5284 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b36b557aef
commit
11cbdc7291
@ -235,7 +235,7 @@ if ($inet6support) {
|
||||
close($conn);
|
||||
next;
|
||||
}
|
||||
my $tftpdir = "/tftpboot/";
|
||||
my $tftpdir = xCAT::Utils->getTftpDir();
|
||||
eval {
|
||||
alarm(2);
|
||||
print $conn "ready\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user