瀏覽代碼

Add missing `||` at Ubuntu Xenial beta iseq

The missing `||` broke all choices other than Xenial.
Aleksander Wasaznik 9 年之前
父節點
當前提交
a8360f8e52
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ubuntu.ipxe

+ 1 - 1
src/ubuntu.ipxe

@@ -68,7 +68,7 @@ initrd http://${ubuntu_mirror}/${dir}/initrd.gz
 echo
 echo MD5sums:
 md5sum linux initrd.gz
-iseq ${ubuntu_version} xenial && echo skipping signature check for xenial beta && goto skip_sigs
+iseq ${ubuntu_version} xenial && echo skipping signature check for xenial beta && goto skip_sigs ||
 iseq ${img_sigs_enabled} true && iseq ${older_release} true && goto skip_sigs ||
 iseq ${img_sigs_enabled} true && goto verify_sigs || goto skip_sigs
 :verify_sigs