From 54e69e0012a21905cc0cd8d544d24c40f659d9d5 Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 23 Feb 2024 20:06:37 +0100 Subject: [PATCH] set the url --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f9573a3..728cb41 100644 --- a/install.sh +++ b/install.sh @@ -197,10 +197,9 @@ fi echo -e "${PURPLE}${BOLD}Enter the domain name of the website${RESET}" read domain_name -$ip=$(hostname -I) +ip=$(hostname -I) echo -e "${PURPLE}${BOLD}Configure the ${domain_name} DNS ZONE as the following${RESET}" echo -e "${PURPLE}Domain : ${domain_name} | Type : A | Target : ${ip}${RESET}" -echo -e "${PURPLE}Domain : ${domain_name} | Type : A | Target : ${ip}${RESET}" echo -e "${PURPLE}Domain : cms.${domain_name} | Type : A | Target : ${ip}${RESET}" echo -e "${PURPLE}Domain : www.${domain_name} | Type : A | Target : ${ip}${RESET}" echo -e "${PURPLE}${BOLD}Press any key when done${RESET}"