From feb6a1bb450fcc43c6e5d69a6fa91896bb54e02f Mon Sep 17 00:00:00 2001 From: lizw Date: Mon, 20 Dec 2021 09:08:07 +0800 Subject: [PATCH] =?UTF-8?q?bugfix=20=E9=87=8D=E5=8F=91=20lmis=20=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=EF=BC=8C=E6=8A=A5=E5=91=8A=E5=8D=95=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E4=B9=9F=E4=B8=80=E8=B5=B7=E5=81=9C=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt/deploy-lims-report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt/deploy-lims-report.sh b/yxt/deploy-lims-report.sh index 3f81ab4..6356b03 100644 --- a/yxt/deploy-lims-report.sh +++ b/yxt/deploy-lims-report.sh @@ -62,7 +62,7 @@ startServer() { echo -e "$echoPrefix cd $dirPath $echoSuffix" cd $dirPath echo -e "$echoPrefix java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./app-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8086 >$logPath 2>&1 & $echoSuffix" - java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./app-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8086 $logPath 2>&1 & + java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./app-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8086 >$logPath 2>&1 & echo "$serverName 启动成功!" else echo "$serverName 正在运行..."