diff --git a/deploy.sh b/deploy.sh index f9807b9..bf1a3b5 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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