Update Utils

This commit is contained in:
MacRimi 2025-04-09 11:20:51 +02:00
parent 84020cb2ec
commit f121dd32ed
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -68,7 +68,7 @@ BOLD="\033[1m"
BFR="\\r\\033[K"
HOLD="-"
BOR=" | "
CM="${GN}${CL}"
CM="${GN} ${CL}"
TAB=" "