Skip to content

Commit 08911cf

Browse files
authored
UI-Fix: verbose without useless space in header (#3598)
1 parent 86ba0c8 commit 08911cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/build.func

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ color() {
4444
CPUCORE="${TAB}🧠${TAB}${CL}"
4545
RAMSIZE="${TAB}🛠️${TAB}${CL}"
4646
SEARCH="${TAB}🔍${TAB}${CL}"
47+
VERBOSE_CROPPED="🔍${TAB}"
4748
VERIFYPW="${TAB}🔐${TAB}${CL}"
4849
CONTAINERID="${TAB}🆔${TAB}${CL}"
4950
HOSTNAME="${TAB}🏠${TAB}${CL}"
@@ -950,7 +951,7 @@ install_script() {
950951
;;
951952
2)
952953
header_info
953-
echo -e "${DEFAULT}${BOLD}${BL}Using Default Settings on node $PVEHOST_NAME (${SEARCH}Verbose)${CL}"
954+
echo -e "${DEFAULT}${BOLD}${BL}Using Default Settings on node $PVEHOST_NAME (${VERBOSE_CROPPED}Verbose)${CL}"
954955
VERB="yes"
955956
METHOD="default"
956957
base_settings "$VERB"

0 commit comments

Comments
 (0)