Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Disable usage of proxy for roundup_healthcheck
  • Loading branch information
Noschvie authored Oct 25, 2023
commit ec33ca725e788ebce0c8ad10f03e2c8c9047a75b
3 changes: 2 additions & 1 deletion scripts/Docker/roundup_healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
# returns last one for testing that server is up. Does not test
# each tracker.
tracker=$(ps -ef | sed -ne '/roundup-server/s/^.*\s\(\w*\)=.*$/\1/p')
wget -q -O /dev/null --no-verbose http://localhost:8080/${tracker:-demo}/
# Disable using of proxy
wget -q -O /dev/null --no-verbose --proxy off http://localhost:8080/${tracker:-demo}/