소스 검색

Add missing operator

Antony Messerli 3 년 전
부모
커밋
1faf1c045d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/netbootxyz/templates/menu/ubuntu.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/ubuntu.ipxe.j2

@@ -50,7 +50,7 @@ item --gap Install types
 item install ${space} Install
 item rescue ${space} Rescue Mode
 item automated ${space} Specify preseed/autoinstall url...
-iseq ${install_type} deb && item priority ${space} Change install priority [ ${install_priority} ]
+iseq ${install_type} deb && item priority ${space} Change install priority [ ${install_priority} ] ||
 choose --default ${type} type || goto ubuntu
 echo ${cls}
 goto deb_${type}