mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 13:05:00 +08:00
grub-btrfs: Change syntax error message
I noticed that this is confusing in #230, user would search for errors in the grub-btrfs.cfg file although the old grub-btrfs.cfg file is never overwritten with grub-btrfs.new Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
@@ -594,7 +594,7 @@ submenu '${submenuname}' ${protection_authorized_users}${unrestricted_access_sub
|
||||
}
|
||||
EOF
|
||||
else
|
||||
print_error "Syntax errors are detected in generated grub-btrfs.cfg file."
|
||||
print_error "Syntax errors were detected in generated ${grub_directory}/grub-btrfs.new file. Old grub-btrfs.cfg (if present) was not replaced."
|
||||
fi
|
||||
|
||||
# warn when this script is run but there is no entry in grub.cfg
|
||||
|
||||
Reference in New Issue
Block a user