From 823f0b4d54cc049b3f6fb3be9d608bbd98f5a5d9 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Mon, 9 Dec 2024 17:15:01 -0500 Subject: [PATCH] update echo default --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"