Browse Source

Add missing check

Antony Messerli 4 tháng trước cách đây
mục cha
commit
2268bc5c15
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      roles/netbootxyz/templates/menu/live-grml.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/live-grml.ipxe.j2

@@ -11,7 +11,7 @@ menu ${os} - Current Arch [ ${arch} ]
 item --gap ${os} Versions
 {% for key, value in endpoints.items() | sort %}
 {% if value.os == "grml" %}
-iseq ${os_arch} {{ value.arch }} && item {{ value.version }}-{{ value.flavor }}-{{ value.arch }} ${space} ${os} {{ value.version }} {{ value.flavor }} - {{ value.arch }}
+iseq ${os_arch} {{ value.arch }} && item {{ value.version }}-{{ value.flavor }}-{{ value.arch }} ${space} ${os} {{ value.version }} {{ value.flavor }} - {{ value.arch }} ||
 {% endif %}
 {% endfor %}
 choose live_version || goto live_exit