redundancy test

redundancy test
This commit is contained in:
Antynea
2015-08-30 00:15:15 +02:00
parent 3a7c6abece
commit 31a0baa2b1

View File

@@ -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