We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0a4a4 commit 9ffa1d0Copy full SHA for 9ffa1d0
scripts/Docker/roundup_healthcheck
@@ -4,4 +4,4 @@
4
# returns last one for testing that server is up. Does not test
5
# each tracker.
6
tracker=$(ps -ef | sed -ne '/roundup-server/s/^.*\s\(\w*\)=.*$/\1/p')
7
-wget -q -O /dev/null --no-verbose http://localhost:8080/${tracker:-demo}/
+wget -q -O /dev/null --no-verbose http://localhost:8080/"${tracker:-demo}"/
0 commit comments