From 53024939ab91d6334194bd6cafafc90b7aa08d5e Mon Sep 17 00:00:00 2001 From: "Maokun.zhong" <1322262676@qq.com> Date: Thu, 18 Aug 2022 11:48:14 +0000 Subject: [PATCH] =?UTF-8?q?update=20build.sh.=20mvnw=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=89=A7=E8=A1=8C=E6=9D=83=E9=99=90=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maokun.zhong <1322262676@qq.com> --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 6ab1c8794..b1ba6484a 100755 --- a/build.sh +++ b/build.sh @@ -135,6 +135,7 @@ print_logo() { } checkPerm() { + chmod +x $PRG_DIR/mvnw if [ -x "$PRG_DIR/mvnw" ]; then return 0 else -- Gitee