From 939a8f3de11b08800d6c9f785267b61b164de29e Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Wed, 26 Oct 2022 01:47:47 +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=832?= 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 deletion(-) diff --git a/web/tianzePro_B_Restart.sh b/web/tianzePro_B_Restart.sh index f88db268..d2b201aa 100644 --- a/web/tianzePro_B_Restart.sh +++ b/web/tianzePro_B_Restart.sh @@ -9,4 +9,3 @@ 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& -