Browse Source

Add missing operator

Antony Messerli 3 năm trước cách đây
mục cha
commit
1faf1c045d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}