getting a weird memory error. maybe it's because i need to close the if?
This commit is contained in:
parent
3ad26824d9
commit
8207b535bc
@ -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'] }})
|
||||
|
Loading…
Reference in New Issue
Block a user