Sfoglia il codice sorgente

Add missing `||` at Ubuntu Xenial beta iseq

The missing `||` broke all choices other than Xenial.
Aleksander Wasaznik 9 anni fa
parent
commit
a8360f8e52
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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