From f526a908892c2ca2678e0c2495a3f320a503368e Mon Sep 17 00:00:00 2001 From: walkingleo Date: Sat, 31 Jul 2021 08:33:03 +0000 Subject: [PATCH] update web/bin/run-web.sh. --- web/bin/run-web.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/web/bin/run-web.sh b/web/bin/run-web.sh index 53a70f0ea..f2e8a9feb 100644 --- a/web/bin/run-web.sh +++ b/web/bin/run-web.sh @@ -22,4 +22,5 @@ cp web.war ./web cd web jar -xvf web.war cd WEB-INF +chmod a+x /root/workspace/jeesite4/web/target/web/WEB-INF/startup.sh exec ./startup.sh -- Gitee