فهرست منبع

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