dup-live-disk: typo when asking to install grub

This commit is contained in:
2022-05-07 20:12:59 +02:00
parent 6dbcf82f0b
commit 3387c26a22

View File

@@ -630,7 +630,7 @@ mariadb_maybe_start
# grub install
if [[ $GRUB == ask ]]; then
if ! yesno "install grub on %s (root: %s)" "$GRUB_DEV" "$GRUB_ROOT"; then
if ! yesno "install grub on %s (root label: %s)" "$DST" "$DSTROOTLABEL"; then
GRUB=no
fi
fi