From abff5c4055cec28b72d92c1dd892c380ac9f5f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B0=E7=8E=89=E7=A3=8A?= Date: Tue, 3 Aug 2021 23:10:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5777b01..874b2fc 100755 --- a/build.sh +++ b/build.sh @@ -155,7 +155,7 @@ function config_redis { } function get_variables { - read_from_input front_url "$(gettext '请输入您的程序访问地址: ')" "" "https://fdevops.com:8002" + read_from_input front_url "$(gettext '请输入您的程序访问地址: ')" "" "" read_from_input front_clone_from "$(gettext '请选择从哪里拉取前端代码,默认是gitee: 1:gitee, 2: github, 3:自定义地址')" "" "1" if [ $front_clone_from == 1 ]; then