diff --git a/scripts/run_new_was.sh b/scripts/run_new_was.sh index d8beb795..6d6e30e2 100644 --- a/scripts/run_new_was.sh +++ b/scripts/run_new_was.sh @@ -28,7 +28,7 @@ fi if [ "$DEPLOYMENT_GROUP_NAME" == "dev" ] 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 & + 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 > nohup.out 2>&1 Now new WAS runs at ${TARGET_PORT}." fi sleep 10