From 480e10e03459558d27dcf0d37b5d17dfe1515a86 Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Wed, 26 Oct 2022 01:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2-=E6=B5=8B=E8=AF=95=E5=8F=91?= =?UTF-8?q?=E5=B8=831?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/tianzePro_B_Restart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/web/tianzePro_B_Restart.sh b/web/tianzePro_B_Restart.sh index d2b201aa..f88db268 100644 --- a/web/tianzePro_B_Restart.sh +++ b/web/tianzePro_B_Restart.sh @@ -9,3 +9,4 @@ tar zxvf /home/admin/app/tianzepro-package.tgz -C ${HOME_PATH} ps -ef | grep java | grep web | grep -v grep | awk '{print$2}' | xargs kill -9 nohup java -Xms256m -Xmx512m -jar -Dspring.profiles.active=prod -Dserver.port=8080 ${HOME_PATH}/web/target/web-1.0.jar > ${LOG_PATH}/tianze-pro.log 2>&1& +