From ec93546b63441d123deedb3cd3a99a23f3ca51ef Mon Sep 17 00:00:00 2001 From: ay-eonii Date: Fri, 18 Aug 2023 16:01:59 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index d36a238..1570ecc 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -15,7 +15,7 @@ cp $ROOT_PATH/build/libs/leets-0.0.1-SNAPSHOT.jar $JAR source .env echo "[$NOW] > $JAR 실행" >> $START_LOG -nohup java -jar -Dspring.profiles.active=prod $JAR > $APP_LOG 2> $ERROR_LOG & +nohup java -jar -Dspring.profiles.active=dev $JAR > $APP_LOG 2> $ERROR_LOG & SERVICE_PID=$(pgrep -f $JAR) echo "[$NOW] > 서비스 PID: $SERVICE_PID" >> $START_LOG \ No newline at end of file