Skip to content

Commit

Permalink
[HOT-FIX] run_new_was.sh 대기 시간 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon authored Apr 5, 2024
1 parent b2a4e95 commit d8b4dea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run_new_was.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
exit 0

0 comments on commit d8b4dea

Please sign in to comment.