From 5f4bca6d4d0e39574785ecb2a4e94e29443128ff Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 11 Dec 2020 13:21:13 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 7ad6a3e..7a38d6a 100644 --- a/install.sh +++ b/install.sh @@ -482,6 +482,10 @@ initTLSNginxConfig(){ echoContent yellow "请输入要配置的域名 例:blog.v2ray-agent.com --->" read -p "域名:" domain fi + else + echo + echoContent yellow "请输入要配置的域名 例:blog.v2ray-agent.com --->" + read -p "域名:" domain fi if [[ -z ${domain} ]]