Update id.sh

This commit is contained in:
MacRimi 2025-04-03 20:24:17 +02:00
parent e3fc2c212b
commit dafa112575

View File

@ -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