Update format-disk.sh

This commit is contained in:
MacRimi 2025-04-10 20:17:15 +02:00
parent 0ba0d34326
commit c3a4b4f830

View File

@ -124,6 +124,8 @@ while read -r DISK; do
done < <(lsblk -dn -e 7,11 -o PATH)
cleanup
if [ ${#FREE_DISKS[@]} -eq 0 ]; then
whiptail --title "$(translate "Error")" --msgbox "$(translate "No available disks found on the host.")" 8 50
clear