Update install.sh

pull/534/merge
mack-a 2020-12-11 13:21:13 +00:00 committed by GitHub
parent 7696dbed28
commit 5f4bca6d4d
1 changed files with 4 additions and 0 deletions

View File

@ -482,6 +482,10 @@ initTLSNginxConfig(){
echoContent yellow "请输入要配置的域名 例blog.v2ray-agent.com --->" echoContent yellow "请输入要配置的域名 例blog.v2ray-agent.com --->"
read -p "域名:" domain read -p "域名:" domain
fi fi
else
echo
echoContent yellow "请输入要配置的域名 例blog.v2ray-agent.com --->"
read -p "域名:" domain
fi fi
if [[ -z ${domain} ]] if [[ -z ${domain} ]]