From 086e5fd6a443a655bf8e1851fe06bdc4fdb13e56 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 7 Apr 2025 19:25:47 +0200 Subject: [PATCH] Update disk-passthrough.sh --- scripts/disk-passthrough.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/disk-passthrough.sh b/scripts/disk-passthrough.sh index c4c9158..65b40cb 100644 --- a/scripts/disk-passthrough.sh +++ b/scripts/disk-passthrough.sh @@ -232,7 +232,7 @@ SELECTED=$(whiptail --title "$(translate "Select Disks")" --checklist \ "$(translate "Select the disks you want to add:")" 20 $TOTAL_WIDTH 10 "${FREE_DISKS[@]}" 3>&1 1>&2 2>&3) if [ -z "$SELECTED" ]; then - whiptail --title "$(translate "Error")" --msgbox "$(translate "No disks were selected.")" 10 70 + whiptail --title "$(translate "Error")" --msgbox "$(translate "No disks were selected.")" 10 64 clear exit 1 fi