From b0a509325ee4cdd7fa2909e2a7a87686d659ce0d Mon Sep 17 00:00:00 2001 From: itiligent <94789708+itiligent@users.noreply.github.com> Date: Fri, 16 Aug 2024 05:58:00 +1000 Subject: [PATCH] visual changes for dns prompt --- 1-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-setup.sh b/1-setup.sh index 87b5012..31a1ee6 100644 --- a/1-setup.sh +++ b/1-setup.sh @@ -339,7 +339,7 @@ fi # Ensure LOCAL_DOMAIN suffix & localhost entries are consistent if [[ -z ${LOCAL_DOMAIN} ]]; then - echo -e "${LYELLOW} Update Linux LOCAL DNS SUFFIX [Enter to keep: .${DOMAIN_SUFFIX}]${LGREEN}" + echo -e "${LYELLOW} Update Linux LOCAL DNS SUFFIX [Enter to keep: ${SERVER_NAME}.${DOMAIN_SUFFIX}]${LGREEN}" read -p " Complete this local domain suffix: $SERVER_NAME." LOCAL_DOMAIN # If hit enter making no LOCAL_DOMAIN name change, assume the existing domain suffix as current if [[ "${LOCAL_DOMAIN}" = "" ]]; then