From d8b4deaa65e7ff28380056688dd6563bd4f46830 Mon Sep 17 00:00:00 2001 From: DongGyu Jung Date: Sat, 6 Apr 2024 02:47:17 +0900 Subject: [PATCH] =?UTF-8?q?[HOT-FIX]=20`run=5Fnew=5Fwas.sh`=20=EB=8C=80?= =?UTF-8?q?=EA=B8=B0=20=EC=8B=9C=EA=B0=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/run_new_was.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/run_new_was.sh b/scripts/run_new_was.sh index ac5c1dab..d8beb795 100644 --- a/scripts/run_new_was.sh +++ b/scripts/run_new_was.sh @@ -31,5 +31,6 @@ then nohup java -jar -Dserver.port=${TARGET_PORT} -Dspring.profiles.active=dev /home/ubuntu/operation/operation-api/build/libs/operation-api-0.0.1-SNAPSHOT.jar > /dev/null 2> /dev/null < /dev/null & echo "> Now new WAS runs at ${TARGET_PORT}." fi +sleep 10 -exit 0 \ No newline at end of file +exit 0