Skip to content

Commit

Permalink
Merge pull request #252 from sopt-makers/main
Browse files Browse the repository at this point in the history
[HOTFIX] run_new_was.sh 대기 시간 추가
  • Loading branch information
yummygyudon authored Apr 9, 2024
2 parents 7c9cbcf + d8b4dea commit cc6604e
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 cc6604e

Please sign in to comment.