Correct quotation in mknb.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10512 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b39f5d4f11
commit
e3b1c34d5c
@ -197,7 +197,7 @@ sub process_request {
|
||||
close($cfg);
|
||||
open($cfg,">","$tftpdir/xcat/xnba/nets/$net.uefi");
|
||||
print $cfg "#!gpxe\n";
|
||||
print $cfg "chain http://${next-server}/tftpboot/elilo-x64.efi\n";
|
||||
print $cfg 'chain http://${next-server}/tftpboot/elilo-x64.efi'."\n";
|
||||
close($cfg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user