From 8207b535bcf787393ac86cd2e0715940c7378a5d Mon Sep 17 00:00:00 2001 From: brent s Date: Wed, 20 Nov 2019 08:53:07 -0500 Subject: [PATCH] getting a weird memory error. maybe it's because i need to close the if? --- app/templates/main.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/main.ipxe.j2 b/app/templates/main.ipxe.j2 index 19180d4..6981b8f 100644 --- a/app/templates/main.ipxe.j2 +++ b/app/templates/main.ipxe.j2 @@ -67,7 +67,7 @@ goto {{ u['name'] }} {%- else %} menu === {{ u['desc'] }} === {%- if u['name'] == 'uefi_shell' %} -iseq ${is_efi} n && item --gap -- WARNING: Not detected as UEFI. These may not work correctly. +iseq ${is_efi} n && item --gap -- WARNING: Not detected as UEFI. These may not work correctly. || {%- endif %} {%- for su in db.getMenu(u['name']) %} item --key {{ su['shortcut'] }} {{ su['name'] }} ({{ su['shortcut'] }}) {{ su['desc'] }} (version: {{ su['version'] }})