소스 검색

Add missing check

Antony Messerli 4 달 전
부모
커밋
2268bc5c15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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