diff --git a/misc/build.func b/misc/build.func index fef530e7..70771601 100644 --- a/misc/build.func +++ b/misc/build.func @@ -136,7 +136,7 @@ echo_default() { echo -e "${DGN}Using Container Type: ${BGN}$CT_TYPE${CL}" echo -e "${DGN}Using Root Password: ${BGN}Automatic Login${CL}" echo -e "${DGN}Using Container ID: ${BGN}$NEXTID${CL}" - echo -e "${DGN}Using Hostname: ${BGN}$NSAPP${CL}" + echo -e "${DGN}Using Hostname: ${BGN}$HN${CL}" echo -e "${DGN}Using Disk Size: ${BGN}$var_disk${CL}${DGN}GB${CL}" echo -e "${DGN}Allocated Cores ${BGN}$var_cpu${CL}" echo -e "${DGN}Allocated Ram ${BGN}$var_ram${CL}"