From f121dd32ed11080372d89a1513bf05f427b58b64 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 9 Apr 2025 11:20:51 +0200 Subject: [PATCH] Update Utils --- scripts/storage/disk-passthrough_ct.sh | 2 +- scripts/utils.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/storage/disk-passthrough_ct.sh b/scripts/storage/disk-passthrough_ct.sh index df9f81d..c44b37b 100644 --- a/scripts/storage/disk-passthrough_ct.sh +++ b/scripts/storage/disk-passthrough_ct.sh @@ -51,7 +51,7 @@ if [ -z "$CT_LIST" ]; then fi -CTID=$(whiptail --title "$(translate "Select CT")" --menu "$(translate "Select the CT to which you want to add disks:")" 15 60 8 $CT_LIST 3>&1 1>&2 2>&3) +CTID=$(whiptail --title "$(translate "Select CT for destination disk")" --menu "$(translate "Select the CT to which you want to add disks:")" 15 60 8 $CT_LIST 3>&1 1>&2 2>&3) if [ -z "$CTID" ]; then whiptail --title "$(translate "Error")" --msgbox "$(translate "No CT was selected.")" 8 40 diff --git a/scripts/utils.sh b/scripts/utils.sh index f2dcc86..e071f0c 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -68,7 +68,7 @@ BOLD="\033[1m" BFR="\\r\\033[K" HOLD="-" BOR=" | " -CM="${GN}✓${CL}" +CM="${GN}✓ ${CL}" TAB=" "