From 3d102bcceee50b46588c02166afbff067c7ba804 Mon Sep 17 00:00:00 2001 From: Raphael Numbus Date: Sun, 7 Dec 2025 11:35:37 +0100 Subject: [PATCH] Fixed aesthetics --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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