We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ba0c8 commit 08911cfCopy full SHA for 08911cf
misc/build.func
@@ -44,6 +44,7 @@ color() {
44
CPUCORE="${TAB}🧠${TAB}${CL}"
45
RAMSIZE="${TAB}🛠️${TAB}${CL}"
46
SEARCH="${TAB}🔍${TAB}${CL}"
47
+ VERBOSE_CROPPED="🔍${TAB}"
48
VERIFYPW="${TAB}🔐${TAB}${CL}"
49
CONTAINERID="${TAB}🆔${TAB}${CL}"
50
HOSTNAME="${TAB}🏠${TAB}${CL}"
@@ -950,7 +951,7 @@ install_script() {
950
951
;;
952
2)
953
header_info
- 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}"
955
VERB="yes"
956
METHOD="default"
957
base_settings "$VERB"
0 commit comments