From b0408225c106f04f278266fb5872a422abf3160c Mon Sep 17 00:00:00 2001 From: Antynea Date: Sun, 26 Sep 2021 19:05:02 +0200 Subject: [PATCH] Fix bug Create entries with matching version (#170) * Fix #169 * Create entries with matching version doesn't work properly: Adds missing "else continue;" --- 41_snapshots-btrfs | 1 + 1 file changed, 1 insertion(+) diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs index 8ce7836..ecc2b0f 100755 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -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