From 3387c26a22580e5996fbe133fb810c08c56acf6f Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 7 May 2022 20:12:59 +0200 Subject: [PATCH] dup-live-disk: typo when asking to install grub --- bash/dup-live-disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/dup-live-disk.sh b/bash/dup-live-disk.sh index f0e4884..338071e 100755 --- a/bash/dup-live-disk.sh +++ b/bash/dup-live-disk.sh @@ -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