Mercurial > p > roundup > code
view scripts/Docker/roundup_healthcheck @ 7084:8d9a6063cb22
Add oauth-get-token.py script
.. with a short explanation in README.txt
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Tue, 29 Nov 2022 13:15:19 +0100 |
| 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/
