view scripts/Docker/roundup_healthcheck @ 7661:b31343f16153

fix: roundup_start script exited for 2.3.0 roundup. I added 'set -eo pipefail' and must have missed a test case that caused demo mode to exit. Fix this.
author John Rouillard <rouilj@ieee.org>
date Mon, 16 Oct 2023 22:19:45 -0400
parents 7b9bddda9d2d
children cae50e4ba467
line wrap: on
line source

#! /bin/sh

# if there are multiple trackers, d=demo t=tracker ...
# 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}/

Roundup Issue Tracker: http://roundup-tracker.org/