Mercurial > p > roundup > code
view scripts/Docker/roundup_healthcheck @ 7160:ed63b6d35838
Add 'Access-Control-Expose-Headers' to a couple of tests.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 23 Feb 2023 17:20:41 -0500 |
| parents | a24ec63759f6 |
| children | 7b9bddda9d2d |
line wrap: on
line source
#! /bin/sh tracker=$(ps -ef | sed -ne '/roundup-server/s/^.*\s\(\w*\)=.*$/\1/p') wget -q -O /dev/null --no-verbose http://localhost:8080/$tracker/
