From 0ba8907c940396224e8ae61d4028e8b384d1ebf1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-TJJRH84\\whdgn" Date: Wed, 3 Jan 2024 22:43:16 +0900 Subject: [PATCH] =?UTF-8?q?server=5Fstart.sh=20=EB=A1=9C=EA=B7=B8=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EB=82=A8=EA=B8=B0=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/server_start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/server_start.sh b/scripts/server_start.sh index 99848fb2..40d2c456 100644 --- a/scripts/server_start.sh +++ b/scripts/server_start.sh @@ -1,8 +1,8 @@ #!/bin/bash JAR=coolPeace-0.0.1-SNAPSHOT.jar -LOG=/dev/null -#LOG=coolpeace-console.log +#LOG=/dev/null +LOG=coolpeace-console.log export spring_profiles_active=prod PID=`ps -ef | grep java | grep jar | awk '{print $2}'`