From 3a7ea84dda6d133af034bd0d21a58cb21bd6ea39 Mon Sep 17 00:00:00 2001 From: Antynea Date: Thu, 6 Aug 2015 00:56:50 +0200 Subject: [PATCH] oops :) --- 41_snapshots-btrfs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs index 23ca92f..db1824b 100644 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -212,6 +212,7 @@ list_kernels_initramfs() ### Choice of method ### if [ ${choise_of_method} = "1" ] ; then gettext_printf "###### - Grub-btrfs: Auto-detect - ######\n" >&2 ; - list_kernels_initramfs ; fi + list_kernels_initramfs ; gettext_printf "###### - Grub-btrfs: Auto-detect - ######\n" >&2 ; +fi ### End choice of method ###