From 3d756858f8e780249f71fdf4dad3a2c049ada20b Mon Sep 17 00:00:00 2001
From: Mlxa0324 <mlx950324@163.com>
Date: Wed, 26 Oct 2022 01:42:51 +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=83?=
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&
-