mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 13:05:00 +08:00
Fix typo
This commit is contained in:
committed by
GitHub
parent
13f263ca0c
commit
bfa42253e0
@@ -346,7 +346,7 @@ list_kernels_initramfs()
|
||||
[[ "${gbgmp}"/"${snap_dir_name}" == "${gbgmp}"/"${isp}"/* ]] && continue 2;
|
||||
done
|
||||
fi
|
||||
### detect if /boot directory exist
|
||||
### detect if /boot directory exists
|
||||
[[ ! -d "$gbgmp/$snap_dir_name/boot" ]] && continue;
|
||||
### show snapshot found during run "grub-mkconfig"
|
||||
snap_date_time=${item[@]:0:2}
|
||||
|
||||
Reference in New Issue
Block a user