From e3b1c34d5c5d11499d43849091a388f1455d90c6 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 13 Sep 2011 18:17:29 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/mknb.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/mknb.pm b/xCAT-server/lib/xcat/plugins/mknb.pm index 5b628a4db..fdc7cc766 100644 --- a/xCAT-server/lib/xcat/plugins/mknb.pm +++ b/xCAT-server/lib/xcat/plugins/mknb.pm @@ -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); }