Name der Partition zur Auswahl hinzugefügt.
This commit is contained in:
parent
334a0e7c0f
commit
61abdf237f
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ for guid in "${!GUIDS[@]}"; do
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
elif [[ ${CHECK} -gt 1 ]]; then
|
elif [[ ${CHECK} -gt 1 ]]; then
|
||||||
echo "Mehrere Partitionen existieren."
|
echo "Mehrere " "${guid}" " Partitionen existieren."
|
||||||
echo "Partition auswählen:"
|
echo "Partition auswählen:"
|
||||||
else
|
else
|
||||||
echo "${guid}" "GUID nicht gefunden."
|
echo "${guid}" "GUID nicht gefunden."
|
||||||
|
|
Loading…
Reference in a new issue