Skip to content

Commit b040822

Browse files
authored
Fix bug Create entries with matching version (#170)
* Fix #169 * Create entries with matching version doesn't work properly: Adds missing "else continue;"
1 parent 8142691 commit b040822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

41_snapshots-btrfs

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ make_menu_entries()
187187
elif [ "${kversion}.img" = "${suffix_i}" ]; then i="${i}";
188188
elif [ "${kversion}-fallback.img" = "${suffix_i}" ]; then i="${i}";
189189
elif [ "${kversion}.gz" = "${suffix_i}" ]; then i="${i}";
190+
else continue;
190191
fi
191192
for u in "${name_microcode[@]}"; do
192193
if [[ "${name_microcode}" != "x" ]] ; then

0 commit comments

Comments
 (0)