Fixed aesthetics

This commit is contained in:
Raphael Numbus
2025-12-07 11:35:37 +01:00
parent b2d39de984
commit 3d102bccee
+2 -1
View File
@@ -387,7 +387,8 @@ disk_config_generation() {
disk2_size=${DISK_SIZE_MAP[$disk2_name]}
if [[ "$disk1_size" -ne "$disk2_size" ]]; then
gum style --border normal --margin "1" --padding "1 2" --border-foreground 212 "⚠️ The two selected disks for the mirror have different sizes. The mirror will be created using the size of the smaller disk, and the extra space on the larger disk will be unused."
gum style --border normal --margin "1" --padding "1 2" --border-foreground 212 "⚠️ The two selected disks for the mirror have different sizes.
The mirror will be created using the size of the smaller disk, and any extra space on the larger disk will be unused."
gum confirm "Do you want to proceed anyway?" || { echo " ❌ Aborting as requested."; exit 1; }
fi