From 99380930547294fdcf69c917c2c970e11e3a327d Mon Sep 17 00:00:00 2001 From: YuleiLan Date: Wed, 7 Apr 2021 19:29:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E7=BC=96=E8=AF=91=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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8de267b..f67ea71 100644 --- a/build.sh +++ b/build.sh @@ -160,7 +160,9 @@ if [ $? != 0 ]; then cat << EOF - 同步数据结构及数据失败,到这一步后,可手动执行以下步骤即可: + 同步数据结构及数据失败,请确认 build/config/settings.yml 中数据库的配置是否正确。 + + 数据库配置信息正确后,可手动执行以下步骤,完成编译: # 1. 进入工作目录 cd build