From dafa1125753b032a850008451357dd96a47e7b1c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 3 Apr 2025 20:24:17 +0200 Subject: [PATCH] Update id.sh --- scripts/test/id.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test/id.sh b/scripts/test/id.sh index 4f81310..cc4105e 100644 --- a/scripts/test/id.sh +++ b/scripts/test/id.sh @@ -218,6 +218,7 @@ done < <(lsblk -dn -o PATH,TYPE | awk '$2 == "disk" {print $1}') if [ "${#FREE_DISKS[@]}" -eq 0 ]; then + cleanup whiptail --title "$(translate "Error")" --msgbox "$(translate "No disks available for this VM.")" 8 40 clear exit 1