From 797862f1e2285765cc9ba4bfa56cd5e8b72f080b Mon Sep 17 00:00:00 2001 From: yujamint Date: Sun, 2 Jun 2024 01:58:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20script=EA=B0=80=20=EC=A2=85=EB=A3=8C?= =?UTF-8?q?=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=AC=B8=EC=A0=9C?= =?UTF-8?q?=EC=A0=90=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/build-and-run-new-application.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-and-run-new-application.sh b/scripts/build-and-run-new-application.sh index 36ac6e6..31f67cd 100644 --- a/scripts/build-and-run-new-application.sh +++ b/scripts/build-and-run-new-application.sh @@ -2,4 +2,4 @@ PROJECT_PATH=/home/ubuntu/Qtudy-BE BUILD_PATH=$PROJECT_PATH/build/libs BUILD_JAR=$BUILD_PATH/Qtudy-server-0.0.1-SNAPSHOT.jar -nohup java -jar $BUILD_JAR --spring.profiles.active=stage & +nohup java -jar $BUILD_JAR --spring.profiles.active=stage /dev/null 2> /dev/null < /dev/null &