Fixed aesthetics
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user