diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs index 84efefd..b78fbf8 100644 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -201,7 +201,7 @@ list_kernels_initramfs() detect_initramfs name_initramfs=("${list_initramfs[@]##*"/"}") # echo "initramfs = ${name_initramfs[*]}" - if [ -d ${boot_dir} ]; then boot_dir_real_path="$(make_system_path_relative_to_its_root "$(boot_dir)")"; fi + boot_dir_real_path="$(make_system_path_relative_to_its_root "$(boot_dir)")" # Create menu entries snapshots_entry "${prefixentry}" "${snap_dir_name}" "${snap_date_time}" done