Skip to content

Commit

Permalink
Fix bug Create entries with matching version (#170)
Browse files Browse the repository at this point in the history
* Fix #169 
  * Create entries with matching version doesn't work properly:
  Adds missing "else continue;"
  • Loading branch information
Antynea authored Sep 26, 2021
1 parent 8142691 commit b040822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 41_snapshots-btrfs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b040822

Please sign in to comment.