mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 13:05:00 +08:00
@@ -206,7 +206,7 @@ setup() {
|
|||||||
create_grub_menu() {
|
create_grub_menu() {
|
||||||
# create the grub submenu of the whole grub menu, depending on wether the submenu already exists
|
# create the grub submenu of the whole grub menu, depending on wether the submenu already exists
|
||||||
# and gives feedback if it worked
|
# and gives feedback if it worked
|
||||||
if grep "snapshots-btrfs" "{grub_directory}/grub.cfg"; then
|
if grep "snapshots-btrfs" "${GRUB_BTRFS_GRUB_DIRNAME:-/boot/grub}"/grub.cfg; then
|
||||||
if /etc/grub.d/41_snapshots-btrfs; then
|
if /etc/grub.d/41_snapshots-btrfs; then
|
||||||
log "Grub submenu recreated" "${GREEN}"
|
log "Grub submenu recreated" "${GREEN}"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user