From 2fc6d94e1148d24efe3e006e5633078bfaad4018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E9=9B=84?= Date: Thu, 20 Apr 2023 02:38:43 +0000 Subject: [PATCH] =?UTF-8?q?v4.3.0-SNAPSHOT=E7=89=88=E6=9C=AC=20=E8=BF=AD?= =?UTF-8?q?=E4=BB=A3=E5=BC=80=E5=90=AF=20v4.3.0-SNAPSHOT=E7=89=88=E6=9C=AC?= =?UTF-8?q?=20=E8=BF=AD=E4=BB=A3=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 高雄 --- server/src/main/bin/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/bin/startup.sh b/server/src/main/bin/startup.sh index 978a2047..a0f654a6 100644 --- a/server/src/main/bin/startup.sh +++ b/server/src/main/bin/startup.sh @@ -51,7 +51,7 @@ else ## 启动kkFileView echo "Starting kkFileView..." - nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-4.2.1.jar > ../log/kkFileView.log 2>&1 & + nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar 4.3.0-SNAPSHOT.jar > ../log/kkFileView.log 2>&1 & echo "Please execute ./showlog.sh to check log for more information" echo "You can get help in our official home site: https://kkview.cn" echo "If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ"