From 61abdf237f8625015596c2f99a7c5fc8059ee0a0 Mon Sep 17 00:00:00 2001 From: eichehome Date: Wed, 26 Jul 2023 03:39:56 +0200 Subject: [PATCH] =?UTF-8?q?Name=20der=20Partition=20zur=20Auswahl=20hinzug?= =?UTF-8?q?ef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.uefi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.uefi b/test.uefi index e36006a..70ca5bd 100644 --- a/test.uefi +++ b/test.uefi @@ -185,7 +185,7 @@ for guid in "${!GUIDS[@]}"; do ;; esac elif [[ ${CHECK} -gt 1 ]]; then - echo "Mehrere Partitionen existieren." + echo "Mehrere " "${guid}" " Partitionen existieren." echo "Partition auswählen:" else echo "${guid}" "GUID nicht gefunden."