Skip to content

Commit

Permalink
fix: 更新部署脚本。
Browse files Browse the repository at this point in the history
  • Loading branch information
兰玉磊 committed Aug 3, 2021
1 parent 4e59c35 commit abff5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abff5c4

Please sign in to comment.