Fix bug Create entries with matching version (#170)

* Fix #169 
  * Create entries with matching version doesn't work properly:
  Adds missing "else continue;"
This commit is contained in:
Antynea
2021-09-26 19:05:02 +02:00
committed by GitHub
parent 8142691be1
commit b0408225c1

View File

@@ -187,6 +187,7 @@ make_menu_entries()
elif [ "${kversion}.img" = "${suffix_i}" ]; then i="${i}";
elif [ "${kversion}-fallback.img" = "${suffix_i}" ]; then i="${i}";
elif [ "${kversion}.gz" = "${suffix_i}" ]; then i="${i}";
else continue;
fi
for u in "${name_microcode[@]}"; do
if [[ "${name_microcode}" != "x" ]] ; then